gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: -more legacy cases


From: gnunet
Subject: [taler-merchant] branch master updated: -more legacy cases
Date: Sun, 01 Aug 2021 20:06:38 +0200

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 9607ad86 -more legacy cases
9607ad86 is described below

commit 9607ad86a8898d8c268702fae7bc867e50a59557
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Aug 1 20:06:36 2021 +0200

    -more legacy cases
---
 contrib/merchant-backoffice                              | 2 +-
 src/backend/taler-merchant-httpd_private-get-orders-ID.c | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/contrib/merchant-backoffice b/contrib/merchant-backoffice
index 4320467d..fe987187 160000
--- a/contrib/merchant-backoffice
+++ b/contrib/merchant-backoffice
@@ -1 +1 @@
-Subproject commit 4320467db1392e5f48a4acd079f7e2a253cf9984
+Subproject commit fe987187e178816d42ed12178d430c8771cb5a75
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 8f9dce35..22eedadc 100644
--- a/src/backend/taler-merchant-httpd_private-get-orders-ID.c
+++ b/src/backend/taler-merchant-httpd_private-get-orders-ID.c
@@ -1300,6 +1300,12 @@ TMH_private_get_orders_ID (const struct 
TMH_RequestHandler *rh,
                                gorc->exchange_ec),
       GNUNET_JSON_pack_uint64 ("exchange_http_status",
                                gorc->exchange_hc),
+      /* legacy: */
+      GNUNET_JSON_pack_uint64 ("exchange_ec",
+                               gorc->exchange_ec),
+      /* legacy: */
+      GNUNET_JSON_pack_uint64 ("exchange_hc",
+                               gorc->exchange_hc),
       TALER_JSON_pack_amount ("deposit_total",
                               &gorc->deposits_total),
       GNUNET_JSON_pack_object_incref ("contract_terms",

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