This commit is contained in:
Michael RICOIS 2018-01-23 17:38:42 +01:00
parent cb32e313c0
commit f1006491e7

View File

@ -69,7 +69,6 @@ class OrderConfirmationController extends OrderConfirmationControllerCore
$timestamp_check->createFromFormat('Y-m-d H:i:s', $order->date_add);
$timestamp_check->add(new DateInterval('PT10M'));
$timestamp = $timestamp_check->getTimestamp();
if (time() > $timestamp) {
$analytics_timeover = 1;
$transCpt++;