merchant-frontend-examples

ZZZ: Inactive/Deprecated
Log | Files | Refs

commit 5738ddc6a7f94eb58ea5bd168ea5b54da8e1c094
parent c183c8fff9ae133144b51aa1884664866aff22b0
Author: Florian Dold <florian.dold@gmail.com>
Date:   Wed,  8 Mar 2017 03:07:25 +0100

fix pay_url in tutorial

Diffstat:
Mpython/doc/tutorial.texi | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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