summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_post-orders-ID-pay.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_post-orders-ID-pay.c
parentcf733c2b743b1e2d3c1e7a7d296aff71d70cf4e2 (diff)
downloadmerchant-8730c425905fb9bea0cc6a5783c888f392782865.tar.gz
merchant-8730c425905fb9bea0cc6a5783c888f392782865.tar.bz2
merchant-8730c425905fb9bea0cc6a5783c888f392782865.zip
doxygen fixes
Diffstat (limited to 'src/backend/taler-merchant-httpd_post-orders-ID-pay.c')
-rw-r--r--src/backend/taler-merchant-httpd_post-orders-ID-pay.c15
1 files changed, 0 insertions, 15 deletions
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,