From 6d38dd790e808cbfa8850b22f69e571bdc204278 Mon Sep 17 00:00:00 2001 From: lyt Date: Wed, 4 Dec 2019 14:48:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20APP=20=E7=BB=84PayPal?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webht/third_party/paypal/controllers/index.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/webht/third_party/paypal/controllers/index.php b/webht/third_party/paypal/controllers/index.php index 64cacfe2..e84e7eb4 100644 --- a/webht/third_party/paypal/controllers/index.php +++ b/webht/third_party/paypal/controllers/index.php @@ -886,7 +886,10 @@ 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) { + $this->Note_model->update_send($item->pn_txn_id, 'send', $item->pn_sn); + continue; + } // 收款记录为空, 需要补录 } //检测是否是APP订单,默认不处理