From 686d94b2873f36b31d5068fc9c34f1dbe5d8ed34 Mon Sep 17 00:00:00 2001 From: lyt Date: Wed, 15 May 2019 16:46:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81bug?= 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 1982d8d0..f4ad53f5 100644 --- a/webht/third_party/paypal/controllers/index.php +++ b/webht/third_party/paypal/controllers/index.php @@ -786,7 +786,7 @@ class Index extends CI_Controller { // APP 组的China Train Booking-开头的订单号 // 发送邮件提醒外联核对收款金额, 不写入收款记录 $if_empty_gai = $this->process_notify_APP($item, $orderid_info); - if($if_empty_gai !== true) { continue }; // 收款记录为空, 需要补录 + if($if_empty_gai !== true) { continue; } // 收款记录为空, 需要补录 } //检测是否是APP订单,默认不处理