diff options
author | Florian Dold <florian.dold@gmail.com> | 2019-12-06 11:02:38 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2019-12-06 11:02:38 +0100 |
commit | b4d36fca180602d6d90440f9ba257b92fc626e6c (patch) | |
tree | 76c93884933442a7d5181e1c39e214eca960f285 | |
parent | 52da599ddbf5a72115544bc230cdefdb12811fd1 (diff) |
fix typo in contract terms type decl
-rw-r--r-- | src/talerTypes.ts | 2 |
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. |