CS
This commit is contained in:
parent
cb32e313c0
commit
f1006491e7
@ -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++;
|
||||
|
Loading…
Reference in New Issue
Block a user