gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] 02/02: no more nextUrl in the wallet


From: gnunet
Subject: [taler-docs] 02/02: no more nextUrl in the wallet
Date: Mon, 24 Aug 2020 15:54:16 +0200

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

dold pushed a commit to branch master
in repository docs.

commit 12d6cab7efc156f0df4a037423d6ab0e318796bf
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Mon Aug 24 19:24:09 2020 +0530

    no more nextUrl in the wallet
---
 taler-wallet.rst | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/taler-wallet.rst b/taler-wallet.rst
index 3c6ca80..7f0f7db 100644
--- a/taler-wallet.rst
+++ b/taler-wallet.rst
@@ -781,9 +781,8 @@ Prepare Pay
       // Amount that will be subtracted from the wallet balance
       amountEffective: Amount;
 
-      // Redirect URL for the fulfillment page,
-      // only given if paid==true.
-      nextUrl?: string;
+      // Verbatim contract terms as generated by the merchant.
+      contractTerms: ContractTerms;
     }
 
 
@@ -806,9 +805,7 @@ Confirm Payment
     interface ConfirmPayResultDone {
       type: "done";
 
-      // Fulfillment URL augmented with order ID
-      // or a special taler://fulfillment-success URL
-      nextUrl: string;
+      contractTerms: ContractTerms;
     }
 
   .. ts:def:: ConfirmPayResultPending

-- 
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]