summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_post-orders-ID-pay.c
diff options
context:
space:
mode:
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, 2 insertions, 13 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 5104e850..1521a4ac 100644
--- a/src/backend/taler-merchant-httpd_post-orders-ID-pay.c
+++ b/src/backend/taler-merchant-httpd_post-orders-ID-pay.c
@@ -708,8 +708,7 @@ execute_pay_transaction (struct PayContext *pc);
* Function called with detailed wire transfer data.
*
* @param cls a `struct KycContext *`
- * @param hr HTTP response data
- * @param dd details about the deposit (NULL on errors)
+ * @param dr HTTP response data
*/
static void
deposit_get_callback (
@@ -912,10 +911,7 @@ check_kyc (struct PayContext *pc,
* in that array). That way, the last executed callback can detect
* that no other confirmations are on the way, and can pack a response
* for the wallet
- * @param hr HTTP response code details
- * @param deposit_timestamp time when the exchange generated the deposit confirmation
- * @param exchange_sig signature from the exchange over the deposit confirmation
- * @param exchange_pub which key did the exchange use to create the @a exchange_sig
+ * @param dr HTTP response code details
*/
static void
deposit_cb (void *cls,
@@ -1776,11 +1772,6 @@ generate_success_response (struct PayContext *pc)
}
-/**
- * Actually perform the payment transaction.
- *
- * @param pc payment transaction to run
- */
static void
execute_pay_transaction (struct PayContext *pc)
{
@@ -2365,8 +2356,6 @@ handle_contract_paid (struct PayContext *pc)
/**
* Check the database state for the given order. * Schedules an error response in the connection on failure.
*
- * @param connection HTTP connection we are receiving payment on
- * @param[in,out] hc context with further information about the request
* @param pc context we use to handle the payment
* @return #GNUNET_OK on success,
* #GNUNET_NO on failure (response was queued with MHD)