aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/pay-merchant.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2024-06-07 19:12:53 +0200
committerFlorian Dold <florian@dold.me>2024-06-07 19:13:31 +0200
commit09bb08db467efb0449c22b8958454d9ce1c5d1f2 (patch)
tree0fef22f7099f42cd0971ba2a9393f06da132aa38 /packages/taler-wallet-core/src/pay-merchant.ts
parent55ae4dd7036aaab9b40592c81f37e82148434b57 (diff)
downloadwallet-core-09bb08db467efb0449c22b8958454d9ce1c5d1f2.tar.xz
bump versions to 0.11.3v0.11.3
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),