summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_pay.c
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-05-24 01:20:25 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-05-24 01:20:25 +0200
commit3e8a86defc90fbde42c9505c90341fe981160d1e (patch)
tree1b6e166c9b406a12c848da0a2ab0f1c6437fa67f /src/backend/taler-merchant-httpd_pay.c
parentb5c7e1fec6d694b989168be2a0839b21be0b71fa (diff)
downloadmerchant-3e8a86defc90fbde42c9505c90341fe981160d1e.tar.gz
merchant-3e8a86defc90fbde42c9505c90341fe981160d1e.tar.bz2
merchant-3e8a86defc90fbde42c9505c90341fe981160d1e.zip
Revert "check for duplicate transaction ID"
Fixes issue #4519. "/contract" is needed for contract restoration, even after a contract has been payed for. This reverts commit d7eb23ad965c0207e561261588cbf742f93df935.
Diffstat (limited to 'src/backend/taler-merchant-httpd_pay.c')
-rw-r--r--src/backend/taler-merchant-httpd_pay.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/backend/taler-merchant-httpd_pay.c b/src/backend/taler-merchant-httpd_pay.c
index 4ba5081f..e362c3c9 100644
--- a/src/backend/taler-merchant-httpd_pay.c
+++ b/src/backend/taler-merchant-httpd_pay.c
@@ -882,9 +882,6 @@ MH_handler_pay (struct TMH_RequestHandler *rh,
/* Payment succeeded in the past; take short cut
and accept immediately */
- GNUNET_log (GNUNET_ERROR_TYPE_INFO,
- "Transaction %llu already paid in the past, taking short cut.\n",
- (unsigned long long) pc->transaction_id);
resp = MHD_create_response_from_buffer (0,
NULL,
MHD_RESPMEM_PERSISTENT);