PayPal webhook没有付款人信息,先跳过

hotfix/远程访问多媒体中心
lyt 6 years ago
parent 689f6aa3b2
commit 322a2f0c3e

@ -824,7 +824,7 @@ class Index extends CI_Controller {
$is_webhook = true;
}
if (true === $is_webhook) {
$this->Note_model->update_send($item->pn_txn_id, 'sendfail');
$this->Note_model->update_send($item->pn_txn_id, 'send', $item->pn_sn);
continue;
}

Loading…
Cancel
Save