From 543795f7fcc310343f9b113837ba4750c740a1fe Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 3 Apr 2023 12:13:13 -0300 Subject: save posConfirmation after payment --- packages/taler-wallet-core/src/operations/transactions.ts | 1 + 1 file changed, 1 insertion(+) (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 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, -- cgit v1.2.3