From 99b844b465c8fb7b9329ea109c8183e9d7f6e3c9 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sun, 7 May 2023 22:16:33 +0200 Subject: -test fixes --- packages/taler-wallet-core/src/operations/transactions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/taler-wallet-core/src/operations/transactions.ts') diff --git a/packages/taler-wallet-core/src/operations/transactions.ts b/packages/taler-wallet-core/src/operations/transactions.ts index d9778f0c2..ac82dc96d 100644 --- a/packages/taler-wallet-core/src/operations/transactions.ts +++ b/packages/taler-wallet-core/src/operations/transactions.ts @@ -652,7 +652,7 @@ function buildTransactionForRefund( return { type: TransactionType.Refund, amountEffective: refundRecord.amountEffective, - amountRaw: refundRecord.amountEffective, + amountRaw: refundRecord.amountRaw, refundedTransactionId: constructTransactionIdentifier({ tag: TransactionType.Payment, proposalId: refundRecord.proposalId -- cgit v1.2.3