测试PayPal webhook模拟器

hotfix/远程访问多媒体中心
lyt 6 years ago
parent 5f871066f3
commit 94fffeaf11

@ -611,6 +611,11 @@ class Index extends CI_Controller {
return ;
}
public function paypal_webhook()
{
log_message('error',json_encode($this->input->post()));
}
//解析出订单号
public function analysis_orderid($note_invoice_string) {
$data = array();

Loading…
Cancel
Save