gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-merchant-demos] branch master updated: debug


From: gnunet
Subject: [taler-taler-merchant-demos] branch master updated: debug
Date: Thu, 23 Jul 2020 18:44:19 +0200

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

ms pushed a commit to branch master
in repository taler-merchant-demos.

The following commit(s) were added to refs/heads/master by this push:
     new 81f5b90  debug
81f5b90 is described below

commit 81f5b9010ccf0b09b3bf7bb461d55111fe08f7c9
Author: MS <ms@taler.net>
AuthorDate: Thu Jul 23 18:44:15 2020 +0200

    debug
---
 talermerchantdemos/donations/donations.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/talermerchantdemos/donations/donations.py 
b/talermerchantdemos/donations/donations.py
index be9d669..3806d45 100644
--- a/talermerchantdemos/donations/donations.py
+++ b/talermerchantdemos/donations/donations.py
@@ -91,6 +91,7 @@ def backend_instanced_get(instance, endpoint, params):
 # @return the backend response (JSON format).
 def backend_instanced_post(instance, endpoint, json):
     backend_url = urljoin(BACKEND_BASE_URL, f"instances/{instance}/")
+    print("POSTing to " + backend_url)
     return backend_post(backend_url, endpoint, json)
 
 ##

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