diff options
| author | Florian Dold <florian@dold.me> | 2023-05-07 22:16:33 +0200 | 
|---|---|---|
| committer | Florian Dold <florian@dold.me> | 2023-05-07 22:16:33 +0200 | 
| commit | 99b844b465c8fb7b9329ea109c8183e9d7f6e3c9 (patch) | |
| tree | e6407a33b421ae6527b599cc5b5938cb32f6830c /packages/taler-wallet-core/src/operations | |
| parent | 7f0edb6a783d9a50f94f65c815c1280baecaac89 (diff) | |
-test fixes
Diffstat (limited to 'packages/taler-wallet-core/src/operations')
| -rw-r--r-- | packages/taler-wallet-core/src/operations/transactions.ts | 2 | 
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 | 
