From 57000c22141afde7eb7b13ccbd16f06d6b6eb5cd Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 20 Aug 2020 11:59:06 +0530 Subject: add auto-refund test case, fix bug detected by it --- 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 e17dfac3a..8d0558dbd 100644 --- a/packages/taler-wallet-core/src/operations/transactions.ts +++ b/packages/taler-wallet-core/src/operations/transactions.ts @@ -265,7 +265,7 @@ export async function getTransactions( refundGroupKeys.forEach((groupKey: string) => { const refundTransactionId = makeEventId( - TransactionType.Payment, + TransactionType.Refund, pr.proposalId, groupKey, ); -- cgit v1.2.3