From b4d36fca180602d6d90440f9ba257b92fc626e6c Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 6 Dec 2019 11:02:38 +0100 Subject: fix typo in contract terms type decl --- src/talerTypes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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. -- cgit v1.2.3