@spritz-finance/api-client 0.0.10 → 0.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -82,7 +82,7 @@ const verificationData = await client.user.getUserVerification()
|
|
|
82
82
|
|
|
83
83
|
```typescript
|
|
84
84
|
// Fetch all bank accounts for the user
|
|
85
|
-
const bankAccounts = await client.
|
|
85
|
+
const bankAccounts = await client.bankAccount.list()
|
|
86
86
|
|
|
87
87
|
// Choose a bank account to use for the payment request
|
|
88
88
|
const account = bankAccounts[0]
|
package/package.json
CHANGED