From ef10c8c0e66b4050c82b0778324d5184ef14810e Mon Sep 17 00:00:00 2001 From: lyt Date: Thu, 23 May 2019 23:54:56 +0800 Subject: [PATCH] =?UTF-8?q?PayPal=20webhook=E5=BD=95=E5=85=A5=E4=BD=86?= =?UTF-8?q?=E4=B8=8D=E9=87=8D=E5=A4=8D=E5=8F=91=E9=82=AE=E4=BB=B6?= 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, 2 insertions(+) diff --git a/webht/third_party/paypal/controllers/index.php b/webht/third_party/paypal/controllers/index.php index dcd5aca3..c2487dfc 100644 --- a/webht/third_party/paypal/controllers/index.php +++ b/webht/third_party/paypal/controllers/index.php @@ -981,6 +981,8 @@ class Index extends CI_Controller { $this->Paypal_model->save_automail($fromName, $fromEmail, $toName, $toEmail, $subject, $body, $M_RelatedInfo, $M_State, $M_AddTime, 'paypal note'); //添加邮件发送记录 end + $this->Note_model->update_send($item->pn_txn_id, 'send'); + } else { $this->Note_model->update_send($item->pn_txn_id, 'send'); } }