I am using the register app on android emulator with sandbox env to create an order. Have created my custom button on the payments page which invokes an activity where I modify the order using OrderConnector and Credit object, After the control returns to the register app the order details are not refreshed, What should I do to get this to work?
Tried the ModifyOrderButton example as well and applying the discount did not modify the order details on register app.