From bd37a0b04123d734e1e3fae105f0d9c24279629f Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 22 Nov 2023 15:20:10 +0100 Subject: wallet-core: implement and test currency conversion withdrawals --- packages/taler-wallet-core/src/wallet.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/taler-wallet-core/src/wallet.ts') diff --git a/packages/taler-wallet-core/src/wallet.ts b/packages/taler-wallet-core/src/wallet.ts index 0694aef8a..4472bdbad 100644 --- a/packages/taler-wallet-core/src/wallet.ts +++ b/packages/taler-wallet-core/src/wallet.ts @@ -1215,6 +1215,7 @@ async function dispatchRequestInternal( paytoUris: wi.exchangePaytoUris, tosAccepted: wi.termsOfServiceAccepted, ageRestrictionOptions: wi.ageRestrictionOptions, + withdrawalAccountList: wi.withdrawalAccountList, numCoins, }; return resp; -- cgit v1.2.3