From 7a33f49a2c89e3526bc9f37b3b466ad4abc8d48a Mon Sep 17 00:00:00 2001 From: lyt Date: Thu, 23 May 2019 16:27:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95PayPal=20webhook=E6=A8=A1?= =?UTF-8?q?=E6=8B=9F=E5=99=A8?= 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 f170bb79..e609fba6 100644 --- a/webht/third_party/paypal/controllers/index.php +++ b/webht/third_party/paypal/controllers/index.php @@ -613,7 +613,7 @@ class Index extends CI_Controller { public function paypal_webhook() { - log_message('error',json_encode($this->input->post())); + log_message('error',"paypal_webhook" . var_export(file_get_contents('php://input'), 1)); } //解析出订单号