aboutsummaryrefslogtreecommitdiff
path: root/src/talerTypes.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-12-06 11:01:39 +0100
committerFlorian Dold <florian.dold@gmail.com>2019-12-06 11:01:39 +0100
commit52da599ddbf5a72115544bc230cdefdb12811fd1 (patch)
treeabd90966659b0c60b8020643e2828bd913ad3db0 /src/talerTypes.ts
parente01f94e345bd94afe1643b55434a00c106d18954 (diff)
downloadwallet-core-52da599ddbf5a72115544bc230cdefdb12811fd1.tar.xz
don't die on auto-refund, fix pending operations
Diffstat (limited to 'src/talerTypes.ts')
-rw-r--r--src/talerTypes.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/talerTypes.ts b/src/talerTypes.ts
index a65813678..91dd913b6 100644
--- a/src/talerTypes.ts
+++ b/src/talerTypes.ts
@@ -311,6 +311,12 @@ export class ContractTerms {
H_wire: string;
/**
+ * Hash of the merchant's wire details.
+ */
+ @Checkable.Optional(Checkable.String())
+ auto_refund: string;
+
+ /**
* Wire method the merchant wants to use.
*/
@Checkable.String()