gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: add already_paid_fulfillment_url


From: gnunet
Subject: [taler-merchant] branch master updated: add already_paid_fulfillment_url
Date: Mon, 07 Sep 2020 08:10:29 +0200

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

dold pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 39067e2  add already_paid_fulfillment_url
39067e2 is described below

commit 39067e234d2e11eac5d0ac5fdb6f88c79dc62276
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Mon Sep 7 11:40:15 2020 +0530

    add already_paid_fulfillment_url
---
 src/backend/taler-merchant-httpd_private-get-orders-ID.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/backend/taler-merchant-httpd_private-get-orders-ID.c 
b/src/backend/taler-merchant-httpd_private-get-orders-ID.c
index e6825c5..550b9df 100644
--- a/src/backend/taler-merchant-httpd_private-get-orders-ID.c
+++ b/src/backend/taler-merchant-httpd_private-get-orders-ID.c
@@ -981,7 +981,7 @@ TMH_private_get_orders_ID (const struct TMH_RequestHandler 
*rh,
                                                     &claim_token);
       ret = TALER_MHD_reply_json_pack (connection,
                                        MHD_HTTP_OK,
-                                       "{s:s, s:s, s:s, s:s}",
+                                       "{s:s, s:s, s:s, s:s, s:s?}",
                                        "taler_pay_uri",
                                        taler_pay_uri,
                                        "order_status_url",
@@ -989,7 +989,9 @@ TMH_private_get_orders_ID (const struct TMH_RequestHandler 
*rh,
                                        "order_status",
                                        "unpaid",
                                        "already_paid_order_id",
-                                       already_paid_order_id);
+                                       already_paid_order_id,
+                                       "already_paid_fulfillment_url",
+                                       gorc->fulfillment_url);
       GNUNET_free (taler_pay_uri);
       GNUNET_free (already_paid_order_id);
       return ret;

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