From 4ca38113abee2c0ca17b26aa55cf6a0ecafe49c9 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Thu, 18 Aug 2022 16:00:01 -0300 Subject: first iteration of exchange selection: added information in the exchangeDetails response from core --- packages/taler-wallet-webextension/src/wallet/Settings.stories.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/taler-wallet-webextension/src/wallet/Settings.stories.tsx') diff --git a/packages/taler-wallet-webextension/src/wallet/Settings.stories.tsx b/packages/taler-wallet-webextension/src/wallet/Settings.stories.tsx index 6a500a48e..5c01b1132 100644 --- a/packages/taler-wallet-webextension/src/wallet/Settings.stories.tsx +++ b/packages/taler-wallet-webextension/src/wallet/Settings.stories.tsx @@ -57,7 +57,7 @@ export const WithOneExchange = createExample(TestedComponent, { contentType: "text/plain", }, paytoUris: ["payto://x-taler-bank/bank.rpi.sebasjm.com/exchangeminator"], - }, + } as any, //TODO: complete with auditors, wireInfo and denominations ], }); @@ -87,7 +87,7 @@ export const WithExchangeInDifferentState = createExample(TestedComponent, { contentType: "text/plain", }, paytoUris: ["payto://x-taler-bank/bank.rpi.sebasjm.com/exchangeminator"], - }, + } as any, //TODO: complete with auditors, wireInfo and denominations { currency: "USD", exchangeBaseUrl: "http://exchange3.taler", -- cgit v1.2.3