aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations/transactions.ts
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-04-03 12:13:13 -0300
committerSebastian <sebasjm@gmail.com>2023-04-03 12:13:13 -0300
commit543795f7fcc310343f9b113837ba4750c740a1fe (patch)
tree01f1d18b3ec8e6b68ccc179338fa69a1eb5e9063 /packages/taler-wallet-core/src/operations/transactions.ts
parentdefdfd769749354ec3aba9436a3bcb5cd39bdd83 (diff)
downloadwallet-core-543795f7fcc310343f9b113837ba4750c740a1fe.tar.xz
save posConfirmation after payment
Diffstat (limited to 'packages/taler-wallet-core/src/operations/transactions.ts')
-rw-r--r--packages/taler-wallet-core/src/operations/transactions.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/taler-wallet-core/src/operations/transactions.ts b/packages/taler-wallet-core/src/operations/transactions.ts
index c0045aced..34d76c5c2 100644
--- a/packages/taler-wallet-core/src/operations/transactions.ts
+++ b/packages/taler-wallet-core/src/operations/transactions.ts
@@ -1014,6 +1014,7 @@ async function buildTransactionForPurchase(
extendedStatus: status,
pending: purchaseRecord.purchaseStatus === PurchaseStatus.Paying,
refunds,
+ posConfirmation: purchaseRecord.posConfirmation,
timestamp,
transactionId: makeTransactionId(
TransactionType.Payment,