aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-util/src/transactions-types.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-util/src/transactions-types.ts
parentdefdfd769749354ec3aba9436a3bcb5cd39bdd83 (diff)
downloadwallet-core-543795f7fcc310343f9b113837ba4750c740a1fe.tar.xz
save posConfirmation after payment
Diffstat (limited to 'packages/taler-util/src/transactions-types.ts')
-rw-r--r--packages/taler-util/src/transactions-types.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/taler-util/src/transactions-types.ts b/packages/taler-util/src/transactions-types.ts
index d3b68b114..eec173de6 100644
--- a/packages/taler-util/src/transactions-types.ts
+++ b/packages/taler-util/src/transactions-types.ts
@@ -406,6 +406,11 @@ export interface TransactionPayment extends TransactionCommon {
* Is the wallet currently checking for a refund?
*/
refundQueryActive: boolean;
+
+ /**
+ * Does this purchase has an pos validation
+ */
+ posConfirmation: string | undefined;
}
export interface OrderShortInfo {