0
所以我最近得到了我的IPN設置,它以我想要的方式處理我的付款,但是如何檢查用戶是否對付款有爭議?我是新來的IPNs,所以我需要集成某種新代碼INTO相同的ipn.php,如if (preg_match('/Completed/', $payment_status)) {
,如果我有像if (preg_match('/Disputed/', $payment_status)) {
什麼的,我該怎麼做?如何整合paypal IPN爭議notifacation
API說什麼? – 2014-10-02 19:47:25
你是什麼意思? – SerenityJosh 2014-10-02 19:54:30
API應該有一種發送有爭議付款的警報的方法。你看過嗎? – 2014-10-02 19:55:25