-
-
Notifications
You must be signed in to change notification settings - Fork 234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Null Uuid when retrieving balance #539
Comments
Hello.
|
it was working before in version 8 but when to upgrade to 9 this issue occurs |
Describe the problem in detail. At the moment, I don't understand what to check. |
This issue occur because I upgrade the laravel-wallet from 8 to 9 version because I upgraded also laravel version to 9 but before was worked fine |
I need code examples to reproduce the problem. I don't see such a problem. |
this code was working before but when upgrading the version of wallet from 8 to 9 , do you get like this issue when some when was working in version 8 and upgrade to 9 ???? |
When switching to 9.x, strong typing was added. Your code may not have worked correctly before. |
Thank you but I found the issue, that was in the database need to add a UUID column in the wallet table |
Yes, I forgot about this. Thank you for report |
Describe your task
Null Uuid when retrieving balance in blade or control class
Trace Error
Bavix\Wallet\Services\RegulatorService::getKey(): Argument #1 ($uuid) must be of type string, null given, called in project/vendor/bavix/laravel-wallet/src/Services/RegulatorService.php on line 45
Screenshots
Server:
Additional context
I update everything in class and config but still not fix
The text was updated successfully, but these errors were encountered: