summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations/common.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-02-14 13:28:10 +0100
committerFlorian Dold <florian@dold.me>2023-02-14 13:28:10 +0100
commit12fc0b3f2a12778c3ee439f3d4fc470c4e9c0bfd (patch)
tree115fa9a2c8af0f05019e691234439f0057df8364 /packages/taler-wallet-core/src/operations/common.ts
parentbb8bf3cb5596fe615359e4b984d6a7f51560e92b (diff)
downloadwallet-core-12fc0b3f2a12778c3ee439f3d4fc470c4e9c0bfd.tar.gz
wallet-core-12fc0b3f2a12778c3ee439f3d4fc470c4e9c0bfd.tar.bz2
wallet-core-12fc0b3f2a12778c3ee439f3d4fc470c4e9c0bfd.zip
-include more info in refresh tx
Diffstat (limited to 'packages/taler-wallet-core/src/operations/common.ts')
-rw-r--r--packages/taler-wallet-core/src/operations/common.ts3
1 files changed, 3 insertions, 0 deletions
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,
+ },
);
}