Authored by 郝肖肖

302 新版支付开关

... ... @@ -981,7 +981,7 @@ class HomeController extends AbstractAction
array(
'order_code' => $orderCode,
'refer' => $this->server('HTTP_REFERER', SITE_MAIN)
))
)), true, 302
);
exit();
}*/
... ...
... ... @@ -54,7 +54,7 @@ class IndexController extends AbstractAction
header('Location: ' . Helpers::url('/cart/index/new',
array(
'refer' => $this->server('HTTP_REFERER', SITE_MAIN)
))
)), true, 302
);
exit();
}
... ...