生成paypal链接

feature/trippest
lyt 7 years ago
parent 70333b9905
commit c5f3f3a164

@ -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');
}
}
}

Loading…
Cancel
Save