-
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…
-
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();
-
After I upgraded the package from 6.x to 7.3.2 and did all the required changes that described in the documentation I get this error while apply forcetransfer function
`TypeError: Bavix\W…
-
Hello,
I have the exact same issue as here https://github.com/bavix/laravel-wallet/issues/682
I use the latest version **^10.1**
When I do $user->deposit(10); it automatically create a wallet i…
-
Hi, I am just thinking of if Wallet value was changed in database, the transactions records will not be reflected to the sum amount to wallet correctly. It would be good if there is some functionalit…
-
I've tried to use this on my project but I have this error:
> Declaration of App\Item::canBuy(App\Customer $customer, bool $force = false): bool must be compatible with Bavix\Wallet\Interfaces\Prod…
jprm updated
3 months ago
-
Hey @rez1dent3!! Excited for the 6.x :)
Could you please confirm if the below method is a correct way to cache and flush wallets query? I'm using this package [laravel-eloquent-query-cache](https:…
-
i am sorry i am a new on laravel and bavix wallet.
I need get a list of transaction with auth roles i am using spatie permission for roles, forexample i have a role "cashier" and it have some transac…
-
I have integrated wallet in my system , my system structure has many models which using the wallet , like Company , Subscriber, Invoice, Revenue , I have a page where I listing all the tran…