From a1d4c4cce17a92336b1a7a9bc72b5816df167746 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Thu, 27 Jun 2024 10:38:25 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20PayPal=20=E5=B7=B2=E5=BD=95=E5=85=A5?= =?UTF-8?q?=E8=AE=A2=E5=8D=95=E4=BD=86=E6=98=AF=E5=A4=96=E8=81=94=E6=B2=A1?= =?UTF-8?q?=E6=9C=89=E8=AE=BE=E7=BD=AE=E9=82=AE=E7=AE=B1,=20=E5=BF=BD?= =?UTF-8?q?=E7=95=A5=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webht/third_party/paypal/controllers/index.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/webht/third_party/paypal/controllers/index.php b/webht/third_party/paypal/controllers/index.php index 2a5afe98..60212127 100644 --- a/webht/third_party/paypal/controllers/index.php +++ b/webht/third_party/paypal/controllers/index.php @@ -1064,6 +1064,10 @@ class Index extends CI_Controller { $opi_firstname = 'contact@arachina.com'; } //没有外联信息表示订单未分配 + if (empty($opi_email) && !empty($opi_firstname)) { + $this->Note_model->update_send($item->pn_txn_id, 'send', $item->pn_sn); + continue; + } if (empty($opi_email) || empty($opi_firstname)) { $this->Note_model->update_send($item->pn_txn_id, 'sendfail', $item->pn_sn); continue;