From 5e435ef343c367d27b7dcb235d87d9a828211cd4 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 17 Oct 2022 11:10:54 -0300 Subject: better info for the p2p examples --- packages/taler-wallet-webextension/src/cta/InvoicePay/stories.tsx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'packages/taler-wallet-webextension/src/cta/InvoicePay/stories.tsx') diff --git a/packages/taler-wallet-webextension/src/cta/InvoicePay/stories.tsx b/packages/taler-wallet-webextension/src/cta/InvoicePay/stories.tsx index 5a8a51932..38eb2336a 100644 --- a/packages/taler-wallet-webextension/src/cta/InvoicePay/stories.tsx +++ b/packages/taler-wallet-webextension/src/cta/InvoicePay/stories.tsx @@ -33,10 +33,14 @@ export const Ready = createExample(ReadyView, { value: 1, fraction: 0, }, + summary: "some subject", payStatus: { status: PreparePayResultType.PaymentPossible, amountEffective: "ARS:1", } as PreparePayResult, + expiration: { + t_ms: new Date().getTime() + 1000 * 60 * 60, + }, accept: {}, cancel: {}, }); -- cgit v1.2.3