gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated (0992b47 -> 3b8bf38)


From: gnunet
Subject: [taler-anastasis] branch master updated (0992b47 -> 3b8bf38)
Date: Thu, 19 Dec 2019 17:42:09 +0100

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

dennis-neufeld pushed a change to branch master
in repository anastasis.

    from 0992b47  comments
     new 3525237  Corrected issue with getting new order_id from merchant. 
Payment still not working.
     new 1428b4a  Merged with master
     new 0037ef6  Deleted debug code...
     new 3b8bf38  Merge

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/backend/anastasis-httpd_policy_upload.c | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/backend/anastasis-httpd_policy_upload.c 
b/src/backend/anastasis-httpd_policy_upload.c
index 4fb23d3..5428fb5 100644
--- a/src/backend/anastasis-httpd_policy_upload.c
+++ b/src/backend/anastasis-httpd_policy_upload.c
@@ -432,7 +432,7 @@ begin_payment (struct PolicyUploadContext *puc,
 {
   json_t *order;
   enum ANASTASIS_DB_QueryStatus qs;
-  char *order_id;
+  const char *order_id;
 
   qs = db->lookup_expired_payment_by_account (db->cls,
                                               &puc->account,
@@ -470,9 +470,7 @@ begin_payment (struct PolicyUploadContext *puc,
                                                   sizeof(
                                                     struct
                                                     ANASTASIS_PaymentSecretP));
-  GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
-              "\n\n\n ORDER ID:    %s\n\n\n",
-              order_id);
+  puc->order_id = order_id;
 
   GNUNET_CONTAINER_DLL_insert (puc_head,
                                puc_tail,
@@ -493,6 +491,7 @@ begin_payment (struct PolicyUploadContext *puc,
                                       puc);
   AH_trigger_curl ();
   json_decref (order);
+  GNUNET_free (&order_id);
   return MHD_YES;
 }
 

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



reply via email to

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