question

daren999 avatar image
daren999 asked bryanvargas commented

Get customer ID of current order

I have been trying to retrive the customer ID or current order.
I know that this is how you get the order ID:

  1. orderId = getIntent().getStringExtra(Intents.EXTRA_ORDER_ID);


    But I dont know how to get the customer ID
Customers
1 comment
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

bryanvargas avatar image bryanvargas ♦♦ commented ·

The order has to have a customer attached to it and you can get the intents from

(Intents.EXTRA_CUSTOMER_ID)
0 Likes 0 ·

0 Answers

·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community