From 8f349c7183c9ce1c30279379fe7a6cb791ae0cd0 Mon Sep 17 00:00:00 2001 From: lyt Date: Mon, 9 Jul 2018 10:43:57 +0800 Subject: [PATCH] =?UTF-8?q?paypal=20=E6=96=B0=E7=89=88=E6=9C=AC=E9=80=9A?= =?UTF-8?q?=E7=9F=A5=E4=BF=A1=E6=81=AF=E7=9A=84=E8=AE=A2=E5=8D=95=E5=8F=B7?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E5=9C=A8transaction=5Fsubject?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webht/third_party/paypal/controllers/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webht/third_party/paypal/controllers/index.php b/webht/third_party/paypal/controllers/index.php index fe5f02ee..3aab75e2 100644 --- a/webht/third_party/paypal/controllers/index.php +++ b/webht/third_party/paypal/controllers/index.php @@ -556,7 +556,7 @@ class Index extends CI_Controller { $pn_txn_id = $this->input->post('txn_id'); $pn_invoice = $this->input->post('invoice'); - empty($pn_invoice) ? $pn_invoice = '' : false; + empty($pn_invoice) ? $pn_invoice = $this->input->post('transaction_subject') : false; $pn_custom = $this->input->post('custom'); empty($pn_custom) ? $pn_custom = '' : false;