gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: wallet API naming / types


From: gnunet
Subject: [taler-docs] branch master updated: wallet API naming / types
Date: Tue, 28 Jul 2020 17:03:31 +0200

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

dold pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new ea0b588  wallet API naming / types
ea0b588 is described below

commit ea0b5886c2034419286f234f05eab40154e9fb84
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Tue Jul 28 20:33:25 2020 +0530

    wallet API naming / types
---
 taler-wallet.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/taler-wallet.rst b/taler-wallet.rst
index fb0c32a..82c2182 100644
--- a/taler-wallet.rst
+++ b/taler-wallet.rst
@@ -669,7 +669,7 @@ Prepare Pay
       proposalId: string;
 
       // Verbatim contract terms as generated by the merchant.
-      contractTermsRaw: any;
+      contractTerms: ContractTerms;
     }
 
     interface PreparePayInsufficientBalanceResponse {
@@ -678,7 +678,7 @@ Prepare Pay
       proposalId: string;
 
       // Verbatim contract terms as generated by the merchant.
-      contractTermsRaw: any;
+      contractTerms: ContractTerms;
     }
 
     interface PreparePayAlreadyConfirmedResponse {

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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