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;