Reproducing the bug: https://www.loom.com/share/a45b23b389b847c4a83ae34edb1ab299
Note that this doesn't really solve an issue with the database connection between the 2 db transactions in HandleFailedPayment, for that we need to implement #286 . But this would prevent inconsitent data in the db.
Fixes #155
Reproducing the bug: https://www.loom.com/share/a45b23b389b847c4a83ae34edb1ab299 Note that this doesn't really solve an issue with the database connection between the 2 db transactions in
HandleFailedPayment
, for that we need to implement #286 . But this would prevent inconsitent data in the db.