From 995f0a803089597a81341383297d8180b11dc7fb Mon Sep 17 00:00:00 2001 From: lyt Date: Thu, 23 May 2019 17:43:21 +0800 Subject: [PATCH] =?UTF-8?q?PayPal=20webhook=20=E7=9A=84=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E5=A4=84=E7=90=86?= 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 1543b2ea..1339cd14 100644 --- a/webht/third_party/paypal/controllers/index.php +++ b/webht/third_party/paypal/controllers/index.php @@ -656,7 +656,7 @@ class Index extends CI_Controller { $pn_memo = $raw_post; if (!empty($pn_txn_id)) { //把PDT时间转成GMT时间 - // $pn_payment_date = gmdate('Y-m-d H:i:s', strtotime($pn_payment_date)); + $pn_payment_date = gmdate('Y-m-d H:i:s', strtotime($pn_payment_date)); $this->Note_model->save_paypal_note( $pn_txn_id, $pn_invoice,