File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -125,12 +125,12 @@ $user->hasSufficientBalance(50, 'main');
125
125
126
126
#### Wallet Management
127
127
128
- | Method | Parameters | Returns | Description |
129
- | --------------------------| --------------------------------------------------| ------------------| --------------------------------------|
130
- | ` wallets() ` | ` string $walletType = null ` | ` MorphMany ` | Get all wallets or filter by type |
131
- | ` getBalance() ` | ` string $walletType = null ` | `int | float` | Get wallet balance |
132
- | ` hasBalance() ` | ` string $walletType = null ` | ` bool ` | Check if wallet has positive balance |
133
- | ` hasSufficientBalance() ` | `int | float $amount, string $walletType = null`| ` bool ` | Check if wallet has sufficient balance |
128
+ | Method | Parameters | Returns | Description |
129
+ | --------------------------| --------------------------------------------------| ------------------| ---------------------------------------- |
130
+ | ` wallets() ` | ` string $walletType = null ` | ` MorphMany ` | Get all wallets or filter by type |
131
+ | ` getBalance() ` | ` string $walletType = null ` | `int | float` | Get wallet balance |
132
+ | ` hasBalance() ` | ` string $walletType = null ` | ` bool ` | Check if wallet has positive balance |
133
+ | ` hasSufficientBalance() ` | `int | float $amount, string $walletType = null` | ` bool ` | Check if wallet has sufficient balance |
134
134
135
135
#### Payment Processing
136
136
You can’t perform that action at this time.
0 commit comments