当paypal重定向到返回页面时发出警报。 PHP

时间:2014-12-29 05:18:16

标签: javascript php paypal

switch($action)
{        
    case "process": // case process insert the form data in DB and process to the paypal

        $p->add_field('return', $return_url); // return URL after the transaction got over
}

当事务完成时,上面的$p->add_field将页面收回到返回URL路径。我希望在$return_url运行时发出警报。

0 个答案:

没有答案