aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/types
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-08-21 20:56:25 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-08-21 20:56:25 +0530
commit1548086f50a7e33f17c5a5218fa0fc3383a8a2d5 (patch)
treeb37efb0c5b5e9bb40fdf131c68f2529bca1a9625 /packages/taler-wallet-core/src/types
parent8d72b93a174ed3fbfa52b6fb67976fdfcbd40efc (diff)
downloadwallet-core-1548086f50a7e33f17c5a5218fa0fc3383a8a2d5.tar.xz
make diagnostics, welcome page and permissions work again
Diffstat (limited to 'packages/taler-wallet-core/src/types')
-rw-r--r--packages/taler-wallet-core/src/types/transactions.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/taler-wallet-core/src/types/transactions.ts b/packages/taler-wallet-core/src/types/transactions.ts
index e40031499..5ee09384f 100644
--- a/packages/taler-wallet-core/src/types/transactions.ts
+++ b/packages/taler-wallet-core/src/types/transactions.ts
@@ -227,6 +227,11 @@ export interface PaymentShortInfo {
orderId: string;
/**
+ * Hash of the contract terms.
+ */
+ contractTermsHash: string;
+
+ /**
* More information about the merchant
*/
merchant: any;