diff options
author | Sebastian <sebasjm@gmail.com> | 2023-06-20 14:32:51 -0300 |
---|---|---|
committer | Sebastian <sebasjm@gmail.com> | 2023-06-20 14:32:51 -0300 |
commit | 32937795c59fa91e4ff07a10a1f2497135d1937b (patch) | |
tree | 228f5183367e45cff2d05b23199b9f8d10243d0e | |
parent | 1e9f1fb7a9451ad8fae6474cc831596a9e9a3f2f (diff) |
added txactions into transaction mocks
-rw-r--r-- | packages/taler-wallet-webextension/src/wallet/Transaction.stories.tsx | 1 |
1 files changed, 1 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 ecea4afd0..f2e3982f6 100644 --- a/packages/taler-wallet-webextension/src/wallet/Transaction.stories.tsx +++ b/packages/taler-wallet-webextension/src/wallet/Transaction.stories.tsx @@ -65,6 +65,7 @@ const commonTransaction: TransactionCommon = { txState: { major: TransactionMajorState.Done, }, + txActions: [], timestamp: TalerProtocolTimestamp.now(), transactionId: "txn:deposit:12" as TransactionIdStr, type: TransactionType.Deposit, |