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