ACTION_MODIFY_ORDER
The Clover Payments app searches for activities with this action registered in the manifest and for each such activity a button is added to the Payments app which when tapped launches the associated activity. The activity may perform some operations on the order and finish itself. Any changes to the order will appear in the Clover Payments app before the payment is taken.
See: Example Usage
Extras passed:
- EXTRA_ORDER_ID - the UUID of the order about to paid for
Result data must include:
- None (Modifications can be made to the Order object directly)