From edd31c74151d6bfe3d840bcc62b619aacf7542eb Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 20 Apr 2016 02:50:52 +0200 Subject: implementing parsing of /refund requests --- src/exchange/taler-exchange-httpd_deposit.h | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'src/exchange/taler-exchange-httpd_deposit.h') diff --git a/src/exchange/taler-exchange-httpd_deposit.h b/src/exchange/taler-exchange-httpd_deposit.h index 6e84573e5..89f1ca56c 100644 --- a/src/exchange/taler-exchange-httpd_deposit.h +++ b/src/exchange/taler-exchange-httpd_deposit.h @@ -29,13 +29,9 @@ /** - * Handle a "/deposit" request. Parses the JSON in the post to find - * the "type" (either DIRECT_DEPOSIT or INCREMENTAL_DEPOSIT), and, if - * successful, passes the JSON data to - * #parse_and_handle_deposit_request() to further check the details - * of the operation specified in the "wire" field of the JSON data. - * If everything checks out, this will ultimately lead to the - * "/deposit" being executed, or rejected. + * Handle a "/deposit" request. Parses the JSON, and, if successful, + * checks the signatures. If everything checks out, this will + * ultimately lead to the "/deposit" being executed, or rejected. * * @param rh context of the handler * @param connection the MHD connection to handle -- cgit v1.2.3