-
I need to have 2 wallets, one would be the default one and the other would be an exposure wallet.
Can I add it to the config? Or something else?
Please help!
Thanks
-
**Describe the bug**
Whenever i click save on User Resource in Nova dashboard i receive an error message says duplicate entry for wallets table
**To Reproduce**
Steps to reproduce the behavior:
…
-
**Describe your task**
When running my tests I get `Working inside an embedded transaction is not possible.`
**To Reproduce**
Steps to reproduce the behavior:
Create a test:
```php
-
hello pls i want to get the transfer history but transfer history those not return amount that was transfer ,this is what i did
$transfers = Transfer::all();
any way i can get all transfer hist…
-
Hello, I am new at laravel-wallet and want to install it but don't know how can I is there anyone can help me to install larawel wallet in ubuntu 18
-
$user = User::find(1);
print_r($user);
$s = $user->balance;
-
describe when i create user with wallet it duplicate but the duplicated one name as default wallet
**Trace Error**
Full error trace...
**Server:**
- php version: [e.g. 8.1]
- database: [e.g my…
-
I'm running the latest version with Laravel 7 and PHP 7.4. I have tried lowering versions without any success
```
>>> $user->deposit(10);
PHP Warning: Cannot bind an instance to a static closure…
-
Sorry to ask you what is provably a newbie question, but I'm trying just the basic usage with no luck. My doubt is where should I use this?:
```
use Bavix\Wallet\Traits\HasWallet;
use Bavix\Walle…
-
For example, in CommonService#forceWithdraw:
```php
public function forceWithdraw(Wallet $wallet, int $amount, ?array $meta, bool $confirmed = true): Transaction
{
return app(LockService::cl…