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,