question

rizwan avatar image
rizwan asked rizwan commented

Order Re Open

i am working on clover sdk.

i want to get a specific event when Order Re Open on Clover.

Right now i have check

 Intents.ACTION_ACTIVE_REGISTER_ORDER runs. but it is not specific to order Re Open only. it also run on some other events also.

any help would be appreciated

thanks

Orders
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.

rizwan avatar image rizwan commented ·

thanks sam. i was also thinking to implement the same.

0 Likes 0 ·

1 Answer

sam avatar image
sam Deactivated answered

You may need to use a combination of Intents.ACTIONACTIVEREGISTERORDER, Intents.ACTIONORDER_CREATED and logic to test whether the active order is a preexisting order that was reopened.

10 |2000

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