summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_private-post-reserves-ID-authorize-tip.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-05-20 17:34:55 +0200
committerChristian Grothoff <christian@grothoff.org>2020-05-20 17:34:55 +0200
commite6cd3507114e625f89d8d2383fd7a88b21d22b97 (patch)
tree87427d6ac87aee532c7f4e7eb6e6695e8820e671 /src/backend/taler-merchant-httpd_private-post-reserves-ID-authorize-tip.h
parent3d6cce7434847d925b51d1600f0eef79041c6591 (diff)
downloadmerchant-e6cd3507114e625f89d8d2383fd7a88b21d22b97.tar.gz
merchant-e6cd3507114e625f89d8d2383fd7a88b21d22b97.tar.bz2
merchant-e6cd3507114e625f89d8d2383fd7a88b21d22b97.zip
more work on tipping implementation
Diffstat (limited to 'src/backend/taler-merchant-httpd_private-post-reserves-ID-authorize-tip.h')
-rw-r--r--src/backend/taler-merchant-httpd_private-post-reserves-ID-authorize-tip.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/backend/taler-merchant-httpd_private-post-reserves-ID-authorize-tip.h b/src/backend/taler-merchant-httpd_private-post-reserves-ID-authorize-tip.h
index 2df55295..297a53d1 100644
--- a/src/backend/taler-merchant-httpd_private-post-reserves-ID-authorize-tip.h
+++ b/src/backend/taler-merchant-httpd_private-post-reserves-ID-authorize-tip.h
@@ -39,7 +39,7 @@ TMH_private_post_reserves_ID_authorize_tip (const struct TMH_RequestHandler *rh,
/**
- * Handle a "/reserves/tip-authorize" request.
+ * Handle a POST "/tips" request.
* Here the client does not specify the reserve public key, so we
* are free to pick "any" available reserve.
*
@@ -49,9 +49,9 @@ TMH_private_post_reserves_ID_authorize_tip (const struct TMH_RequestHandler *rh,
* @return MHD result code
*/
MHD_RESULT
-TMH_private_post_reserves_authorize_tip (const struct TMH_RequestHandler *rh,
- struct MHD_Connection *connection,
- struct TMH_HandlerContext *hc);
+TMH_private_post_tips (const struct TMH_RequestHandler *rh,
+ struct MHD_Connection *connection,
+ struct TMH_HandlerContext *hc);
#endif