From 12fc0b3f2a12778c3ee439f3d4fc470c4e9c0bfd Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 14 Feb 2023 13:28:10 +0100 Subject: -include more info in refresh tx --- packages/taler-wallet-core/src/operations/common.ts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'packages/taler-wallet-core/src/operations/common.ts') diff --git a/packages/taler-wallet-core/src/operations/common.ts b/packages/taler-wallet-core/src/operations/common.ts index 31c1bebb2..3ea02012b 100644 --- a/packages/taler-wallet-core/src/operations/common.ts +++ b/packages/taler-wallet-core/src/operations/common.ts @@ -188,6 +188,9 @@ export async function spendCoins( Amounts.currencyOf(csi.contributions[0]), refreshCoinPubs, RefreshReason.PayMerchant, + { + originatingTransactionId: csi.allocationId, + }, ); } -- cgit v1.2.3