From 09bb08db467efb0449c22b8958454d9ce1c5d1f2 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 7 Jun 2024 19:12:53 +0200 Subject: bump versions to 0.11.3 --- packages/taler-wallet-core/src/pay-merchant.ts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'packages/taler-wallet-core/src') diff --git a/packages/taler-wallet-core/src/pay-merchant.ts b/packages/taler-wallet-core/src/pay-merchant.ts index badbd32f4..41e1b3c9e 100644 --- a/packages/taler-wallet-core/src/pay-merchant.ts +++ b/packages/taler-wallet-core/src/pay-merchant.ts @@ -1624,6 +1624,9 @@ export async function checkPayForTemplate( throw TalerError.fromUncheckedDetail(cfg.detail); } + // FIXME: Put body.currencies *and* body.currency in the set of + // supported currencies. + return { templateDetails, supportedCurrencies: Object.keys(cfg.body.currencies), -- cgit v1.2.3