From a53984540cfccc25c8d25a798bda90e009d03fb3 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Mon, 15 Jul 2024 09:26:51 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=B0=E5=BD=95=E9=80=9A=E7=9F=A5=E7=9A=84?= =?UTF-8?q?=E6=97=B6=E9=97=B4?= 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 f1f94921..b3fc4c2f 100644 --- a/webht/third_party/paypal/controllers/index.php +++ b/webht/third_party/paypal/controllers/index.php @@ -604,6 +604,7 @@ class Index extends CI_Controller { $pn_payer_email = $this->input->post('payer_email'); $post_data = $_POST; $post_data['ipn_time'] = date('Y-m-d H:i:s'); + $post_data['notify_time'] = date('Y-m-d H:i:s'); $pn_memo = json_encode($post_data); if (!empty($pn_txn_id)) { //把PDT时间转成GMT时间 @@ -744,6 +745,7 @@ class Index extends CI_Controller { $pn_payment_date = $post_data->resource->update_time; // $pn_payer = $post_data->resource->amount->currency; // $pn_payer_email = $post_data->resource->amount->currency; + $post_data->notify_time = date('Y-m-d H:i:s'); $pn_memo = json_encode($post_data); // $raw_post; if (!empty($pn_txn_id)) { //把PDT时间转成GMT时间