Skip to content

Commit a3ba164

Browse files
authored
Update README.md
1 parent 4dd17a7 commit a3ba164

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,12 @@ $user->hasSufficientBalance(50, 'main');
125125

126126
#### Wallet Management
127127

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 |
134134

135135
#### Payment Processing
136136

0 commit comments

Comments
 (0)