|
|
|
@ -5,7 +5,7 @@ if (!defined('BASEPATH'))
|
|
|
|
|
|
|
|
|
|
class Payment extends CI_Controller
|
|
|
|
|
{
|
|
|
|
|
public function __construct()
|
|
|
|
|
public function __construct()
|
|
|
|
|
{
|
|
|
|
|
parent::__construct();
|
|
|
|
|
$this->permission->is_admin(false);
|
|
|
|
@ -16,7 +16,7 @@ class Payment extends CI_Controller
|
|
|
|
|
$data=array();
|
|
|
|
|
if ($this->input->post('price')) {
|
|
|
|
|
//文字链接
|
|
|
|
|
$paylink='https://www.chinahighlightstravel.com/payment/payment-center.asp?'.
|
|
|
|
|
$paylink='https://www.chinahighlights.com/securepayment/?'.
|
|
|
|
|
'Site_Language='.$this->input->post('lan').'&'.
|
|
|
|
|
'Site_CurrencyType='.$this->input->post('currency').'&'.
|
|
|
|
|
'Site_ACD=100-200-300&'.
|
|
|
|
@ -36,4 +36,4 @@ class Payment extends CI_Controller
|
|
|
|
|
$this->load->view('n-footer');
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|