Replies: 1 comment
-
Does the update happen in a transaction? If yes, then you will have to replace laravel transactions with package transactions: https://bavix.github.io/laravel-wallet/#/transaction?id=if-you-are-using-a-version-below-96-then-the-following-is-relevant-for-you If you do not want or cannot use package transactions, then you need to upgrade your wallet to version 9.6+, because. for the wallet, changes were made to the framework itself: laravel/framework#44608 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using
$this->deposit($amount, $meta);
to deposit amount in a user wallet.
In logs, i see balance changing.. but it does not change in database.
Transaction is updated fine, in database
Beta Was this translation helpful? Give feedback.
All reactions