You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$sql = 'SELECT id_order FROM '._DB_PREFIX_.'orders WHERE current_state = (SELECT id_order_state FROM '._DB_PREFIX_.'order_state WHERE module_name = "veritranspay") AND date_add < TIMESTAMPADD(MINUTE,(12*60)-15,now())';