gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: H_wire -> h_wire (#6032)


From: gnunet
Subject: [taler-merchant] branch master updated: H_wire -> h_wire (#6032)
Date: Thu, 09 Jan 2020 09:48:36 +0100

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 7202823  H_wire -> h_wire (#6032)
7202823 is described below

commit 7202823d81e868d411b733fcce61906ba268f932
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Jan 9 09:48:30 2020 +0100

    H_wire -> h_wire (#6032)
---
 src/backend/taler-merchant-httpd_order.c             | 4 ++--
 src/backend/taler-merchant-httpd_pay.c               | 4 ++--
 src/backend/taler-merchant-httpd_track-transaction.c | 2 +-
 src/lib/merchant_api_track_transfer.c                | 2 +-
 src/lib/test_merchant_api_twisted.c                  | 2 +-
 src/lib/testing_api_cmd_pay.c                        | 2 +-
 6 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/backend/taler-merchant-httpd_order.c 
b/src/backend/taler-merchant-httpd_order.c
index 779f836..a35b2ce 100644
--- a/src/backend/taler-merchant-httpd_order.c
+++ b/src/backend/taler-merchant-httpd_order.c
@@ -527,7 +527,7 @@ proposal_put (struct MHD_Connection *connection,
                                        "No wire method configured for 
instance");
   }
   json_object_set_new (order,
-                       "H_wire",
+                       "h_wire",
                        GNUNET_JSON_from_data_auto (&wm->h_wire));
   json_object_set_new (order,
                        "wire_method",
@@ -635,7 +635,7 @@ proposal_put (struct MHD_Connection *connection,
 
 /**
  * Generate a proposal, given its order. In practical terms,
- * it adds the fields  'exchanges', 'merchant_pub', and 'H_wire'
+ * it adds the fields  'exchanges', 'merchant_pub', and 'h_wire'
  * to the order gotten from the frontend. Finally, it signs this
  * data, and returns it to the frontend.
  *
diff --git a/src/backend/taler-merchant-httpd_pay.c 
b/src/backend/taler-merchant-httpd_pay.c
index a828392..0be292b 100644
--- a/src/backend/taler-merchant-httpd_pay.c
+++ b/src/backend/taler-merchant-httpd_pay.c
@@ -224,7 +224,7 @@ struct PayContext
   struct GNUNET_HashCode h_contract_terms;
 
   /**
-   * "H_wire" from @e contract_terms.  Used to identify
+   * "h_wire" from @e contract_terms.  Used to identify
    * the instance's wire transfer method.
    */
   struct GNUNET_HashCode h_wire;
@@ -1573,7 +1573,7 @@ parse_pay (struct MHD_Connection *connection,
                               &pc->amount),
       GNUNET_JSON_spec_string ("fulfillment_url",
                                &fulfillment_url),
-      GNUNET_JSON_spec_fixed_auto ("H_wire",
+      GNUNET_JSON_spec_fixed_auto ("h_wire",
                                    &pc->h_wire),
       GNUNET_JSON_spec_end ()
     };
diff --git a/src/backend/taler-merchant-httpd_track-transaction.c 
b/src/backend/taler-merchant-httpd_track-transaction.c
index 49eea32..48bcc07 100644
--- a/src/backend/taler-merchant-httpd_track-transaction.c
+++ b/src/backend/taler-merchant-httpd_track-transaction.c
@@ -1171,7 +1171,7 @@ MH_handler_track_transaction (struct TMH_RequestHandler 
*rh,
                                       &tctx->timestamp),
       TALER_JSON_spec_amount ("amount",
                               &tctx->total_amount),
-      GNUNET_JSON_spec_fixed_auto ("H_wire",
+      GNUNET_JSON_spec_fixed_auto ("h_wire",
                                    &tctx->h_wire),
       GNUNET_JSON_spec_end ()
     };
diff --git a/src/lib/merchant_api_track_transfer.c 
b/src/lib/merchant_api_track_transfer.c
index 4122b0b..45306fc 100644
--- a/src/lib/merchant_api_track_transfer.c
+++ b/src/lib/merchant_api_track_transfer.c
@@ -95,7 +95,7 @@ check_track_transfer_response_ok (struct
   struct GNUNET_JSON_Specification inner_spec[] = {
     TALER_JSON_spec_amount ("total", &total_amount),
     GNUNET_JSON_spec_fixed_auto ("merchant_pub", &merchant_pub),
-    GNUNET_JSON_spec_fixed_auto ("H_wire", &h_wire),
+    GNUNET_JSON_spec_fixed_auto ("h_wire", &h_wire),
     GNUNET_JSON_spec_json ("deposits_sums", &deposits),
     GNUNET_JSON_spec_fixed_auto ("exchange_pub", &exchange_pub),
     GNUNET_JSON_spec_end ()
diff --git a/src/lib/test_merchant_api_twisted.c 
b/src/lib/test_merchant_api_twisted.c
index d6277dc..ab2c301 100644
--- a/src/lib/test_merchant_api_twisted.c
+++ b/src/lib/test_merchant_api_twisted.c
@@ -569,7 +569,7 @@ run (void *cls,
       ("create-proposal-unaggregation",
       /* Need a fresh instance in order to associate this
        * proposal with a fresh h_wire;  this way, this proposal
-       * won't get hooked by the aggregator gathering same-H_wire'd
+       * won't get hooked by the aggregator gathering same-h_wire'd
        * transactions.  */
       twister_merchant_url_instance_tor,
       MHD_HTTP_OK,
diff --git a/src/lib/testing_api_cmd_pay.c b/src/lib/testing_api_cmd_pay.c
index 44f332c..d248dd5 100644
--- a/src/lib/testing_api_cmd_pay.c
+++ b/src/lib/testing_api_cmd_pay.c
@@ -545,7 +545,7 @@ _pay_run (const char *merchant_url,
                                     &timestamp),
     GNUNET_JSON_spec_fixed_auto ("merchant_pub",
                                  &merchant_pub),
-    GNUNET_JSON_spec_fixed_auto ("H_wire",
+    GNUNET_JSON_spec_fixed_auto ("h_wire",
                                  &h_wire),
     TALER_JSON_spec_amount ("amount",
                             &total_amount),

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



reply via email to

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