summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-05-07 22:16:33 +0200
committerFlorian Dold <florian@dold.me>2023-05-07 22:16:33 +0200
commit99b844b465c8fb7b9329ea109c8183e9d7f6e3c9 (patch)
treee6407a33b421ae6527b599cc5b5938cb32f6830c /packages/taler-wallet-core/src/operations
parent7f0edb6a783d9a50f94f65c815c1280baecaac89 (diff)
downloadwallet-core-99b844b465c8fb7b9329ea109c8183e9d7f6e3c9.tar.gz
wallet-core-99b844b465c8fb7b9329ea109c8183e9d7f6e3c9.tar.bz2
wallet-core-99b844b465c8fb7b9329ea109c8183e9d7f6e3c9.zip
-test fixes
Diffstat (limited to 'packages/taler-wallet-core/src/operations')
-rw-r--r--packages/taler-wallet-core/src/operations/transactions.ts2
1 files changed, 1 insertions, 1 deletions
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