I created a custom tender application that mimics the example one and when I click to pay for my order it goes to my application, the transaction happens successfully, but is there a way to send back to the Register application how much I was actually able to use?
There is an Intent that goes back when I call finish but it doesn't reduce the total amount of the order when it goes back.
Thank you