hotfix/paypal-note
LMR 2 years ago
parent 6a81dc59f1
commit 3286969ab9

@ -50,7 +50,6 @@ class Index extends CI_Controller
foreach ($orders as $item) {
$site_code = strtolower($item->COLI_WebCode);
if (in_array($site_code, array('gm', 'gmhw', 'jp', 'jphw', 'ru', 'ruhw', 'it', 'ithw', 'vac', 'vachw', 'vc', 'vchw'))) {
print_r($item);die();
$this->orders_view_path_int($item->COLI_SN, $site_code, $item->COLI_SenderIP);
} else {
$this->orders_view_path($item->COLI_SN, $site_code, $item->COLI_SenderIP);
@ -206,4 +205,4 @@ class Index extends CI_Controller
logVarDump($ex);
}
}
}
}

Loading…
Cancel
Save