summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_check-payment.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/taler-merchant-httpd_check-payment.c')
-rw-r--r--src/backend/taler-merchant-httpd_check-payment.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/backend/taler-merchant-httpd_check-payment.c b/src/backend/taler-merchant-httpd_check-payment.c
index ee7c9289..02a5120b 100644
--- a/src/backend/taler-merchant-httpd_check-payment.c
+++ b/src/backend/taler-merchant-httpd_check-payment.c
@@ -37,7 +37,6 @@
#define MAX_RETRIES 5
-
/**
* Make a taler://pay URI
*
@@ -106,7 +105,6 @@ make_taler_pay_uri (struct MHD_Connection *connection,
}
-
/**
* Function called with information about a refund.
* It is responsible for summing up the refund amount.
@@ -427,7 +425,6 @@ MH_handler_check_payment (struct TMH_RequestHandler *rh,
GNUNET_HashCode));
-
/* Check if the order has been paid for. */
if (NULL != session_id)
{