paypal 新版本通知信息的订单号字段在transaction_subject

feature/trippest
lyt 7 years ago
parent b6c9cab656
commit 8f349c7183

@ -556,7 +556,7 @@ class Index extends CI_Controller {
$pn_txn_id = $this->input->post('txn_id');
$pn_invoice = $this->input->post('invoice');
empty($pn_invoice) ? $pn_invoice = '' : false;
empty($pn_invoice) ? $pn_invoice = $this->input->post('transaction_subject') : false;
$pn_custom = $this->input->post('custom');
empty($pn_custom) ? $pn_custom = '' : false;

Loading…
Cancel
Save