From 4f60ce712416af68e148d4cef7796742ede05fa4 Mon Sep 17 00:00:00 2001 From: lyt Date: Thu, 14 Mar 2019 11:05:21 +0800 Subject: [PATCH] =?UTF-8?q?paypal=20=E8=BF=94=E5=9B=9E=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webht/third_party/paypal/controllers/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webht/third_party/paypal/controllers/index.php b/webht/third_party/paypal/controllers/index.php index 5d6ce854..1619f82e 100644 --- a/webht/third_party/paypal/controllers/index.php +++ b/webht/third_party/paypal/controllers/index.php @@ -604,9 +604,9 @@ class Index extends CI_Controller { $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, $pn_custom, $pn_mc_gross, $pn_item_name, $pn_item_number, $pn_mc_currency, $pn_payment_status, $pn_payer, $pn_payer_email, $pn_payment_date, $pn_memo); log_message('error','paypal-note-succeed ' . $pn_txn_id . ' # ' . $pn_invoice); - echo 'ok'; + // echo 'ok'; } else { - echo 'no'; + // echo 'no'; } return ; }