summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_order.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/taler-merchant-httpd_order.c')
-rw-r--r--src/backend/taler-merchant-httpd_order.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/taler-merchant-httpd_order.c b/src/backend/taler-merchant-httpd_order.c
index 779f836e..a35b2cef 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.
*