From 55f868d5e83f577cd20ad6f33e0cf8776b4d0f45 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 14 Feb 2023 13:02:59 +0100 Subject: wallet-core: allow inclusion of refreshes in transactions list --- packages/taler-wallet-webextension/src/wallet/Transaction.stories.tsx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'packages/taler-wallet-webextension/src/wallet/Transaction.stories.tsx') diff --git a/packages/taler-wallet-webextension/src/wallet/Transaction.stories.tsx b/packages/taler-wallet-webextension/src/wallet/Transaction.stories.tsx index a2aa9f26f..c29cd99cc 100644 --- a/packages/taler-wallet-webextension/src/wallet/Transaction.stories.tsx +++ b/packages/taler-wallet-webextension/src/wallet/Transaction.stories.tsx @@ -23,6 +23,7 @@ import { AbsoluteTime, ExtendedStatus, PaymentStatus, + RefreshReason, TalerProtocolTimestamp, TransactionCommon, TransactionDeposit, @@ -111,6 +112,7 @@ const exampleData = { totalRefundRaw: "KUDOS:0", proposalId: "1EMJJH8EP1NX3XF7733NCYS2DBEJW4Q2KA5KEB37MCQJQ8Q5HMC0", status: PaymentStatus.Accepted, + refundQueryActive: false, } as TransactionPayment, deposit: { ...commonTransaction, @@ -125,6 +127,7 @@ const exampleData = { ...commonTransaction, type: TransactionType.Refresh, exchangeBaseUrl: "http://exchange.taler", + refreshReason: RefreshReason.Manual, } as TransactionRefresh, tip: { ...commonTransaction, -- cgit v1.2.3