aboutsummaryrefslogtreecommitdiff
path: root/src/talerTypes.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-12-06 11:02:38 +0100
committerFlorian Dold <florian.dold@gmail.com>2019-12-06 11:02:38 +0100
commitb4d36fca180602d6d90440f9ba257b92fc626e6c (patch)
tree76c93884933442a7d5181e1c39e214eca960f285 /src/talerTypes.ts
parent52da599ddbf5a72115544bc230cdefdb12811fd1 (diff)
downloadwallet-core-b4d36fca180602d6d90440f9ba257b92fc626e6c.tar.xz
fix typo in contract terms type decl
Diffstat (limited to 'src/talerTypes.ts')
-rw-r--r--src/talerTypes.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/talerTypes.ts b/src/talerTypes.ts
index 91dd913b6..840321db7 100644
--- a/src/talerTypes.ts
+++ b/src/talerTypes.ts
@@ -314,7 +314,7 @@ export class ContractTerms {
* Hash of the merchant's wire details.
*/
@Checkable.Optional(Checkable.String())
- auto_refund: string;
+ auto_refund?: string;
/**
* Wire method the merchant wants to use.