hotfix/paypal-note
LMR 2 years ago
parent 5f2a99d3e6
commit 03942dd4ae

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

Loading…
Cancel
Save