gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: return fulfillment URL in paid r


From: gnunet
Subject: [taler-merchant] branch master updated: return fulfillment URL in paid response
Date: Fri, 13 Aug 2021 14:22:46 +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 a3eaa7a7 return fulfillment URL in paid response
a3eaa7a7 is described below

commit a3eaa7a79dfb006ce7bb2495b0f7258fa8f8f6ce
Author: Florian Dold <florian@dold.me>
AuthorDate: Fri Aug 13 14:22:12 2021 +0200

    return fulfillment URL in paid response
---
 src/backend/taler-merchant-httpd_get-orders-ID.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/backend/taler-merchant-httpd_get-orders-ID.c 
b/src/backend/taler-merchant-httpd_get-orders-ID.c
index e1f53d37..549a6b54 100644
--- a/src/backend/taler-merchant-httpd_get-orders-ID.c
+++ b/src/backend/taler-merchant-httpd_get-orders-ID.c
@@ -1289,6 +1289,9 @@ TMH_get_orders_ID (const struct TMH_RequestHandler *rh,
   return TALER_MHD_REPLY_JSON_PACK (
     connection,
     MHD_HTTP_OK,
+    GNUNET_JSON_pack_allow_null (
+      GNUNET_JSON_pack_string ("fulfillment_url",
+                               god->fulfillment_url)),
     GNUNET_JSON_pack_bool ("refunded",
                            god->refunded),
     GNUNET_JSON_pack_bool ("refund_pending",

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