summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_private-get-orders-ID.c
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-10-13 12:07:16 +0200
committerMS <ms@taler.net>2020-10-13 12:07:16 +0200
commit8730c425905fb9bea0cc6a5783c888f392782865 (patch)
tree06bbf62fde7bc373e2fe0bc58fd71e59dafacbee /src/backend/taler-merchant-httpd_private-get-orders-ID.c
parentcf733c2b743b1e2d3c1e7a7d296aff71d70cf4e2 (diff)
downloadmerchant-8730c425905fb9bea0cc6a5783c888f392782865.tar.gz
merchant-8730c425905fb9bea0cc6a5783c888f392782865.tar.bz2
merchant-8730c425905fb9bea0cc6a5783c888f392782865.zip
doxygen fixes
Diffstat (limited to 'src/backend/taler-merchant-httpd_private-get-orders-ID.c')
-rw-r--r--src/backend/taler-merchant-httpd_private-get-orders-ID.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/backend/taler-merchant-httpd_private-get-orders-ID.c b/src/backend/taler-merchant-httpd_private-get-orders-ID.c
index dbac2295..49bd63cf 100644
--- a/src/backend/taler-merchant-httpd_private-get-orders-ID.c
+++ b/src/backend/taler-merchant-httpd_private-get-orders-ID.c
@@ -620,7 +620,6 @@ gorc_cleanup (void *cls)
* @param exchange_url URL of the exchange that issued @a coin_pub
* @param rtransaction_id identificator of the refund
* @param reason human-readable explanation of the refund
- * @param timestamp when was the refund made
* @param refund_amount refund amount which is being taken from @a coin_pub
* @param pending true if the this refund was not yet processed by the wallet/exchange
*/
@@ -730,15 +729,6 @@ process_transfer_details (void *cls,
}
-/**
- * Manages a GET /private/orders/ID call, checking the status of a payment and
- * refunds and, if necessary, constructing the URL for a payment redirect URL.
- *
- * @param rh context of the handler
- * @param connection the MHD connection to handle
- * @param[in,out] hc context with further information about the request
- * @return MHD result code
- */
MHD_RESULT
TMH_private_get_orders_ID (const struct TMH_RequestHandler *rh,
struct MHD_Connection *connection,