From 8730c425905fb9bea0cc6a5783c888f392782865 Mon Sep 17 00:00:00 2001 From: MS Date: Tue, 13 Oct 2020 12:07:16 +0200 Subject: doxygen fixes --- src/backend/taler-merchant-httpd_post-orders-ID-pay.c | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'src/backend/taler-merchant-httpd_post-orders-ID-pay.c') diff --git a/src/backend/taler-merchant-httpd_post-orders-ID-pay.c b/src/backend/taler-merchant-httpd_post-orders-ID-pay.c index e9264b3e..f33aa9da 100644 --- a/src/backend/taler-merchant-httpd_post-orders-ID-pay.c +++ b/src/backend/taler-merchant-httpd_post-orders-ID-pay.c @@ -1280,13 +1280,6 @@ check_payment_sufficient (struct PayContext *pc) return true; } - -/** - * Begin of the DB transaction for a payment. If required (from - * soft/serialization errors), the transaction can be restarted here. - * - * @param[in,out] pc payment context to transact - */ static void begin_transaction (struct PayContext *pc) { @@ -1831,14 +1824,6 @@ handle_pay_timeout (void *cls) } -/** - * Process a payment for a claimed order. - * - * @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_post_orders_ID_pay (const struct TMH_RequestHandler *rh, struct MHD_Connection *connection, -- cgit v1.2.3