summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/wallet.ts
diff options
context:
space:
mode:
authorMarc Stibane <marc@taler.net>2023-12-02 10:52:34 +0100
committerMarc Stibane <marc@taler.net>2023-12-02 10:52:34 +0100
commita6fd7de9d9c16e290a9c0d1cd81c5debdb2d2bc0 (patch)
tree9dbf45e6f021c3c001dc0e1563fe7a9e16a65bba /packages/taler-wallet-core/src/wallet.ts
parent685f747b6a24ae0d25f2bb458074c955e5acdbc4 (diff)
downloadwallet-core-a6fd7de9d9c16e290a9c0d1cd81c5debdb2d2bc0.tar.gz
wallet-core-a6fd7de9d9c16e290a9c0d1cd81c5debdb2d2bc0.tar.bz2
wallet-core-a6fd7de9d9c16e290a9c0d1cd81c5debdb2d2bc0.zip
withdrawalAccountsList with plural-s
Diffstat (limited to 'packages/taler-wallet-core/src/wallet.ts')
-rw-r--r--packages/taler-wallet-core/src/wallet.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-wallet-core/src/wallet.ts b/packages/taler-wallet-core/src/wallet.ts
index 507d72cce..bccdf721f 100644
--- a/packages/taler-wallet-core/src/wallet.ts
+++ b/packages/taler-wallet-core/src/wallet.ts
@@ -1217,7 +1217,7 @@ async function dispatchRequestInternal<Op extends WalletApiOperation>(
paytoUris: wi.exchangePaytoUris,
tosAccepted: wi.termsOfServiceAccepted,
ageRestrictionOptions: wi.ageRestrictionOptions,
- withdrawalAccountList: wi.exchangeCreditAccountDetails,
+ withdrawalAccountsList: wi.exchangeCreditAccountDetails,
numCoins,
// FIXME: Once we have proper scope info support, return correct info here.
scopeInfo: {