描述
此插件已于 2018 年 12 月 24 日 关闭,无法下载。 原因:违反准则。
评价
2016 年 9 月 3 日
I love this plugin. It has been great for our wedding website. However, to get v2.0 working on 4.4 I had to make some updates to the IPN code. I am sure this is because PayPal has changed something since this was released and development was stopped. The changes that I had to make to get this working was:
In ipn_handler.php I had to make the following 2 changes:
Line 92 change to:
$custom = $_POST['transaction_id'];
Line 162 change to:
where id = '$custom' ; " ;