summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/src/cta/InvoicePay
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2022-10-17 11:10:54 -0300
committerSebastian <sebasjm@gmail.com>2022-10-17 11:10:54 -0300
commit5e435ef343c367d27b7dcb235d87d9a828211cd4 (patch)
tree10a457d44505c032a2f53d8609632ff977fe4067 /packages/taler-wallet-webextension/src/cta/InvoicePay
parentfd3278f4c681fb60c6f791ab6fa066f9a524478a (diff)
downloadwallet-core-5e435ef343c367d27b7dcb235d87d9a828211cd4.tar.gz
wallet-core-5e435ef343c367d27b7dcb235d87d9a828211cd4.tar.bz2
wallet-core-5e435ef343c367d27b7dcb235d87d9a828211cd4.zip
better info for the p2p examples
Diffstat (limited to 'packages/taler-wallet-webextension/src/cta/InvoicePay')
-rw-r--r--packages/taler-wallet-webextension/src/cta/InvoicePay/stories.tsx4
1 files changed, 4 insertions, 0 deletions
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: {},
});