commit a3eaa7a79dfb006ce7bb2495b0f7258fa8f8f6ce
parent 0b9486a54c3a9ebd55ff0b12c43a216ccc44a32d
Author: Florian Dold <florian@dold.me>
Date: Fri, 13 Aug 2021 14:22:12 +0200
return fulfillment URL in paid response
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git 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",