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: p


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant-frontend-examples] branch master updated: put pay_url in contract instead of headers
Date: Fri, 03 Mar 2017 13:38:28 +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 e53b650  put pay_url in contract instead of headers
e53b650 is described below

commit e53b6500dc939482249b2db11cec361596d84a6c
Author: Florian Dold <address@hidden>
AuthorDate: Fri Mar 3 13:37:02 2017 +0100

    put pay_url in contract instead of headers
---
 python/example/example.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/example/example.py b/python/example/example.py
index c1c2fa9..22428f4 100644
--- a/python/example/example.py
+++ b/python/example/example.py
@@ -60,6 +60,7 @@ def generate_proposal():
             ),
         ],
         fulfillment_url=make_url("/fulfillment"),
+        pay_url=make_url("/pay"),
         merchant=dict(
             address="nowhere",
             name="Donation tutorial",
@@ -86,7 +87,6 @@ def fulfillment():
     response = flask.Response(status=402)
     response.headers["X-Taler-Contract-Url"] = make_url("/generate-contract")
     response.headers["X-Taler-Contract-Query"] = "fulfillment_url"
-    response.headers["X-Taler-Pay-Url"] = make_url("/pay")
     response.headers["X-Taler-Offer-Url"] = make_url("/donate")
 
     return response

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



reply via email to

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