brothercc
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce PayPal Checkout Payment Gateway] IPN overwrite issueAny developments?
Forum: Plugins
In reply to: [WooCommerce PayPal Checkout Payment Gateway] IPN overwrite issueStill no further word? Anyone found a solution?
We have not heard anything from the developers!!!Forum: Plugins
In reply to: [WooCommerce PayPal Checkout Payment Gateway] IPN overwrite issueNew version has been released. I did not have time to read through the new code, but tested and it looks like the problem has not been solved.
Forum: Plugins
In reply to: [WooCommerce PayPal Checkout Payment Gateway] IPN overwrite issuelikewise, Patmifsud…I am not using that plugin, ‘events’.
jonatanrosdahl: IPN is needed if you are using Paypal standard:
https://docs.woothemes.com/document/paypal-standard/I am using Gravity Forms with Paypal standard, that requires IPN also.
Forum: Plugins
In reply to: [WooCommerce PayPal Checkout Payment Gateway] IPN overwrite issueIPN can be used for many different things. I do not think it is necessary for this plugin to work correctly. But you may need IPN enabled in your Paypal account for some other service/plugin that needs it.
Look at your settings here: https://www.paypal.com/cgi-bin/customerprofileweb?cmd=%5fprofile%2dipn%2dnotify
and the logs here: https://www.paypal.com/?cmd=_display-ipns-history
(The default IPN url in your settings may tell you why it was enabled to begin with.)The problem is that some of us need to keep it active for other services, but Paypal will shut IPN off for your account if they get to many failed attempts. If you do not need it, then you can shut it off and the problem will be solved for you. But be sure that you do not need it before shutting it off.
Forum: Plugins
In reply to: [WooCommerce PayPal Checkout Payment Gateway] IPN overwrite issueSo it is a problem with Paypal and not with the plugin?
Forum: Plugins
In reply to: [WooCommerce PayPal Checkout Payment Gateway] IPN overwrite issueI can confirm the same problem. This new plugin is somehow overwriting the notify_url to null or zero, and thus causing IPN errors. The transactions still show as paid/completed in Woocommerce backend. IPN is not necessary, I do not think. The problem is that some may need to have IPN enabled for another purpose, and Paypal gets fussy if their IPNs fail. SO we need to avoid writing an IPN value, so as to keep the default IPN.