gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: fix typo in contract terms ty


From: gnunet
Subject: [taler-wallet-core] branch master updated: fix typo in contract terms type decl
Date: Fri, 06 Dec 2019 11:02:44 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new b4d36fca fix typo in contract terms type decl
b4d36fca is described below

commit b4d36fca180602d6d90440f9ba257b92fc626e6c
Author: Florian Dold <address@hidden>
AuthorDate: Fri Dec 6 11:02:38 2019 +0100

    fix typo in contract terms type decl
---
 src/talerTypes.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/talerTypes.ts b/src/talerTypes.ts
index 91dd913b..840321db 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.

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]