What about the transaction without finishing?
After a few hours, will the transaction be canceled and refunded to the user?
Is it possible to cancel the transaction at the code level without finish transaction?
I have to process the DB process before finishing the transaction, but if the DB processing fails, I don't know if I have to do finish transaction or not.
If I shut down the app without finishing transaction, how can I finish this transaction again?
After a few hours, will the transaction be canceled and refunded to the user?
Is it possible to cancel the transaction at the code level without finish transaction?
I have to process the DB process before finishing the transaction, but if the DB processing fails, I don't know if I have to do finish transaction or not.
If I shut down the app without finishing transaction, how can I finish this transaction again?