aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/pay-merchant.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-wallet-core/src/pay-merchant.ts')
-rw-r--r--packages/taler-wallet-core/src/pay-merchant.ts3
1 files changed, 3 insertions, 0 deletions
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),