From 0c8e56c32457ea9b9229a8a3607fcf8e7618bc17 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 14 Oct 2022 22:47:11 +0200 Subject: wallet-core: properly separate different types of IDs --- packages/taler-wallet-webextension/src/wallet/Transaction.stories.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'packages/taler-wallet-webextension/src') diff --git a/packages/taler-wallet-webextension/src/wallet/Transaction.stories.tsx b/packages/taler-wallet-webextension/src/wallet/Transaction.stories.tsx index dc8f067a5..812ef93c9 100644 --- a/packages/taler-wallet-webextension/src/wallet/Transaction.stories.tsx +++ b/packages/taler-wallet-webextension/src/wallet/Transaction.stories.tsx @@ -60,7 +60,9 @@ const commonTransaction = { amountEffective: "KUDOS:9.2", pending: false, timestamp: TalerProtocolTimestamp.now(), - transactionId: "12", + transactionId: "txn:deposit:12", + frozen: false, + type: TransactionType.Deposit, } as TransactionCommon; import merchantIcon from "../../static-dev/merchant-icon.jpeg"; -- cgit v1.2.3