From c5f3f3a1649bcefac6e18888e30a6c17f531a92f Mon Sep 17 00:00:00 2001 From: lyt Date: Fri, 3 Aug 2018 09:30:59 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E6=88=90paypal=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webht/third_party/paypal/controllers/payment.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webht/third_party/paypal/controllers/payment.php b/webht/third_party/paypal/controllers/payment.php index 9b5eb06a..cd08e942 100644 --- a/webht/third_party/paypal/controllers/payment.php +++ b/webht/third_party/paypal/controllers/payment.php @@ -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'); } -} \ No newline at end of file +}