From 4041ee57f7c7fd675db9be38d48f57aa3245ebd5 Mon Sep 17 00:00:00 2001 From: lyt Date: Mon, 13 Jan 2020 15:18:42 +0800 Subject: [PATCH] =?UTF-8?q?feat:PayPal=E6=9F=A5=E7=9C=8B=E5=BD=95=E5=85=A5?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E5=A2=9E=E5=8A=A0APP=E7=9A=84Memo=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E4=BA=A4=E6=98=93=E5=8F=B7?= 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 5eb58be6..242e0b81 100644 --- a/webht/third_party/paypal/controllers/index.php +++ b/webht/third_party/paypal/controllers/index.php @@ -1518,7 +1518,7 @@ class Index extends CI_Controller { $orderid_info = $this->analysis_orderid($data['note']->pn_invoice); if (!empty($orderid_info)) { $orderid_info = json_decode($orderid_info); - if ($orderid_info->ordertype === 'TP') { + if ($orderid_info->ordertype === 'TP' || $orderid_info->ordertype === 'A') { $orderid_info->ordertype = 'B'; } if ($orderid_info->ordertype === 'T') {