Open
Description
Is your feature request related to a problem? Please describe.
I tried to make Payment System like EconomyAPI (/pay).
A: doing pay to B
B: receive pay from A
It need 2 query (
Reduce money A
Add money B )
, but when 1 query executed the server crash, A money reduced and B money not added.
I need startTransaction function and callback if query failed.