-
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?
-
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…
-
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 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
3 months ago
-
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.
-
I'm using **version 4.1.4**
The balance cant't be auto refreshed after user paid,
like user has balance of 10, and buy a product(price 10), after paid , this user still has 10.
This situation not…
-
ex: slug have a name 'coin' , or 'bit'
how insert slug, name in table wallets
$user = User::first();
-
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…