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: error handling


From: gnunet
Subject: [taler-taler-merchant-demos] branch master updated: error handling
Date: Tue, 11 May 2021 09:40:37 +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 d656046  error handling
d656046 is described below

commit d65604647318a95f77970a64bbe5f24905e26b3f
Author: MS <ms@taler.net>
AuthorDate: Tue May 11 09:40:34 2021 +0200

    error handling
---
 talermerchantdemos/donations/donations.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talermerchantdemos/donations/donations.py 
b/talermerchantdemos/donations/donations.py
index 3627b86..f465ca6 100644
--- a/talermerchantdemos/donations/donations.py
+++ b/talermerchantdemos/donations/donations.py
@@ -243,7 +243,7 @@ def donate(lang):
 
     if not order_resp:
         return err_abort(
-            order_resp.status_code,
+            500, # FIXME: status code got lost in the httpcommon module.
             message=gettext("Backend could not create the order")
         )
 

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