question

androiddev avatar image
androiddev asked Jeffrey Blattman commented

Is there any Intent when order is saved/closed/user start pay?

Hi all,
I want to get total price of order and then add new line item to order.
Is there any Intent when order is closed/save/user start pay?
How can I get notified about this?
Intents
10 |2000

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

1 Answer

·
Jeffrey Blattman avatar image
Jeffrey Blattman answered Jeffrey Blattman commented
See ACTION_ORDER_SAVED and ACTION_LINE_ITEM_ADDED in the SDK.
3 comments
10 |2000

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

androiddev avatar image androiddev commented ·

Thank you. Unfortunately I didn't catch ACTION_ORDER_SAVED intent. ACTION_LINE_ITEM_ADDED isn't suitable in current situation.

0 Likes 0 ·
androiddev avatar image androiddev commented ·

I can't receive com.clover.intent.action.PAY intent, right?

0 Likes 0 ·
Jeffrey Blattman avatar image Jeffrey Blattman ♦♦ androiddev commented ·

No that's an activity start intent.

0 Likes 0 ·

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