gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-wallet-webex] 03/04: remove deprecated contract fiel


From: gnunet
Subject: [GNUnet-SVN] [taler-wallet-webex] 03/04: remove deprecated contract fields and add 'extra' field for merchant data
Date: Mon, 13 Feb 2017 00:44:50 +0100

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

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

commit dd5b6797910600e2ba39cde95aabea098eb637a5
Author: Florian Dold <address@hidden>
AuthorDate: Sun Feb 12 19:31:46 2017 +0100

    remove deprecated contract fields and add 'extra' field for merchant data
---
 src/types.ts | 15 +++------------
 1 file changed, 3 insertions(+), 12 deletions(-)

diff --git a/src/types.ts b/src/types.ts
index f034798..ab50c73 100644
--- a/src/types.ts
+++ b/src/types.ts
@@ -450,12 +450,6 @@ export class Contract {
   @Checkable.List(Checkable.AnyObject)
   auditors: any[];
 
-  /**
-   * DEPRECATED alias for pay_deadline.
-   */
-  @Checkable.Optional(Checkable.String)
-  expiry: string;
-
   @Checkable.Optional(Checkable.String)
   pay_deadline: string;
 
@@ -492,15 +486,12 @@ export class Contract {
   @Checkable.Optional(Checkable.String)
   repurchase_correlation_id: string;
 
-  /**
-   * DEPRECATED alias for instance
-   */
-  @Checkable.Optional(Checkable.String)
-  receiver: string;
-
   @Checkable.Optional(Checkable.String)
   instance: string;
 
+  @Checkable.Any
+  extra: any;
+
   static checked: (obj: any) => Contract;
 }
 

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



reply via email to

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