taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit b4d36fca180602d6d90440f9ba257b92fc626e6c
parent 52da599ddbf5a72115544bc230cdefdb12811fd1
Author: Florian Dold <florian.dold@gmail.com>
Date:   Fri,  6 Dec 2019 11:02:38 +0100

fix typo in contract terms type decl

Diffstat:
Msrc/talerTypes.ts | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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