I have been trying to retrive the customer ID or current order.
I know that this is how you get the order ID:
orderId = getIntent().getStringExtra(Intents.EXTRA_ORDER_ID);
But I dont know how to get the customer ID
I have been trying to retrive the customer ID or current order.
I know that this is how you get the order ID:
orderId = getIntent().getStringExtra(Intents.EXTRA_ORDER_ID);
But I dont know how to get the customer ID
The order has to have a customer attached to it and you can get the intents from
(Intents.EXTRA_CUSTOMER_ID)
6 People are following this question.