summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_deposit.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-04-20 02:50:52 +0200
committerChristian Grothoff <christian@grothoff.org>2016-04-20 02:50:52 +0200
commitedd31c74151d6bfe3d840bcc62b619aacf7542eb (patch)
tree1bc026290213c1f1244f636627593da3f25ce744 /src/exchange/taler-exchange-httpd_deposit.h
parentf693e25793f9e8f75b80b11b066ed209e8aa4c1c (diff)
downloadexchange-edd31c74151d6bfe3d840bcc62b619aacf7542eb.tar.gz
exchange-edd31c74151d6bfe3d840bcc62b619aacf7542eb.tar.bz2
exchange-edd31c74151d6bfe3d840bcc62b619aacf7542eb.zip
implementing parsing of /refund requests
Diffstat (limited to 'src/exchange/taler-exchange-httpd_deposit.h')
-rw-r--r--src/exchange/taler-exchange-httpd_deposit.h10
1 files changed, 3 insertions, 7 deletions
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