gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant-frontend-examples] branch master updated: f


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant-frontend-examples] branch master updated: fix pay_url in tutorial
Date: Wed, 08 Mar 2017 03:07:41 +0100

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

dold pushed a commit to branch master
in repository merchant-frontend-examples.

The following commit(s) were added to refs/heads/master by this push:
     new 5738ddc  fix pay_url in tutorial
5738ddc is described below

commit 5738ddc6a7f94eb58ea5bd168ea5b54da8e1c094
Author: Florian Dold <address@hidden>
AuthorDate: Wed Mar 8 03:07:25 2017 +0100

    fix pay_url in tutorial
---
 python/doc/tutorial.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/doc/tutorial.texi b/python/doc/tutorial.texi
index 35c9cf4..931ddb8 100644
--- a/python/doc/tutorial.texi
+++ b/python/doc/tutorial.texi
@@ -362,7 +362,7 @@ def fulfillment():
 
 The final next step for the frontend is to receive the payment from the
 wallet.  For this, the frontend must implement a payment handler at
-the URI specified in the @code{X-Taler-Pay-Url} header, so @code{/pay}
+the URI specified in the @code{pay_url} field of the proposal, so @code{/pay}
 in our example.
 
 The role of the @code{/pay} handler is to receive the payment

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



reply via email to

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