aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/src/wallet/Transaction.stories.tsx
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-04-06 12:47:34 +0200
committerFlorian Dold <florian@dold.me>2023-04-06 12:47:34 +0200
commit43ae414a55b84b1125c5e4377c6d485ca6c748e2 (patch)
tree3e2f9ffc272406aa25327f19b9006d020f070658 /packages/taler-wallet-webextension/src/wallet/Transaction.stories.tsx
parent3cf6d15eae299576eada8b501e5848ef29dad03c (diff)
downloadwallet-core-43ae414a55b84b1125c5e4377c6d485ca6c748e2.tar.xz
-re-add missing fields, fix types
Diffstat (limited to 'packages/taler-wallet-webextension/src/wallet/Transaction.stories.tsx')
-rw-r--r--packages/taler-wallet-webextension/src/wallet/Transaction.stories.tsx4
1 files changed, 4 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 d338b77f5..bf59573ec 100644
--- a/packages/taler-wallet-webextension/src/wallet/Transaction.stories.tsx
+++ b/packages/taler-wallet-webextension/src/wallet/Transaction.stories.tsx
@@ -34,6 +34,8 @@ import {
TransactionPeerPushDebit,
TransactionRefresh,
TransactionRefund,
+ TransactionState,
+ TransactionSubstate,
TransactionTip,
TransactionType,
TransactionWithdrawal,
@@ -68,6 +70,8 @@ const commonTransaction = {
transactionId: "txn:deposit:12",
frozen: undefined as any as boolean, //deprecated
type: TransactionType.Deposit,
+ txState: TransactionState.Unknown,
+ txSubstate: TransactionSubstate.None,
} as TransactionCommon;
import merchantIcon from "../../static-dev/merchant-icon.jpeg";