-
creating balance of the wallet by default not working when i use $user->balance it showing this error
"message": "Attempt to read property \"exists\" on null",
"exception": "ErrorExcept…
-
Hi ! , I have a issue in a transaction, I try to force transfer a big amount to a wallet and I get the following error.
```php
$usrWallet = \App\Models\User::where('id',1)->first()->getWallet('r-…
EdX9 updated
4 months ago
-
Hi.
In the last week when try register depositFloat has next error:
![image](https://user-images.githubusercontent.com/60872894/76646277-4f2e1380-6520-11ea-842c-e95eabbe64b9.png)
I send an Wall…
ghost updated
3 months ago
-
I want to show the funding history of a customer. I want to be able to retrieve all the deposits to their wallet. Is there a way to achieve this with the package?
-
I need to show to the user his last transaction, and the time they were done? is there a way to pull the data?
I have checked the database and there is a uuid but there is no way to identify the us…
-
Hello i want to be a able to save three colum when creating user wallet i tried like this
$wallet = $user->createWallet([
'name' => 'New Wallet',
'slug' => 'my-wallet',
'wallettype_i…
-
Hi
I tried to deposit balance to a user wallet inside a Nova Action
but the balance of the wallet is not updating ... I'm not sure if it depends to Locking mecansim or queue of laravel nova acti…
-
Laravel 8.14
Package Version: 6.0.0+alpha1
Illuminate\Contracts\Container\BindingResolutionException
Target class [Bavix\Wallet\Simple\BCMath] does not exist.
-
Hi I encounter this error when trying to get a user's balance
`Bavix\Wallet\Services\RegulatorService::getKey(): Argument #1 ($uuid) must be of type string, null given, called in /home/vendor/bavix…
-
I am looking into using a wallet system In my new laravel money transfer app. Is Bavix Wallet the best choice?
And also if I am to use it, how do I accept user transfer and deposit input manually b…