aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/src/wallet/Transaction.stories.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-wallet-webextension/src/wallet/Transaction.stories.tsx')
-rw-r--r--packages/taler-wallet-webextension/src/wallet/Transaction.stories.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/taler-wallet-webextension/src/wallet/Transaction.stories.tsx b/packages/taler-wallet-webextension/src/wallet/Transaction.stories.tsx
index f2ebb3919..fea96a02c 100644
--- a/packages/taler-wallet-webextension/src/wallet/Transaction.stories.tsx
+++ b/packages/taler-wallet-webextension/src/wallet/Transaction.stories.tsx
@@ -21,6 +21,7 @@
import {
AbsoluteTime,
+ ExtendedStatus,
PaymentStatus,
TalerProtocolTimestamp,
TransactionCommon,
@@ -60,6 +61,7 @@ export default {
const commonTransaction = {
amountRaw: "KUDOS:11",
amountEffective: "KUDOS:9.2",
+ extendedStatus: ExtendedStatus.Done,
pending: false,
timestamp: TalerProtocolTimestamp.now(),
transactionId: "txn:deposit:12",