Hi, i was building a POS app based on this tutorial:
https://poynt.github.io/developer-docs/guides/posapp/#taking-payments
and this sample:
My doubt is this: if the application fails to intercept the response of the Payment Fragment in the onActivityResult() method, e.g. the application crashes processing the response, is it possible to recover the result of this particular payment later?
I have tried to set a custom ID on the Payment Object before the launch of the Payment Intent:
and search (by my custom ID) the transaction in the TransactionListActivity
but I have not found anything…
Is there a solution?
Many thanks