diff options
-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. |