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时间