bitExpert / magento2-force-login

Force Customer Login Module for Magento 2
https://marketplace.magento.com/bitexpert-magento2-force-customer-login.html
Apache License 2.0
166 stars 73 forks source link

Paypal Ipn #188

Closed mattyl closed 2 years ago

mattyl commented 4 years ago

Could this be blocking paypal IPN?

my paypal express works fine but paypal pro doesn't and i am seeing 301 redirects in the logs

der-workfloh commented 4 years ago

@mattyl hm, potentially yeah, but you may be able to add a suitable rule based on RegEx to whitelist those calls from paypal.

mattyl commented 4 years ago

yep whitelisting

/paypal/ipn/

seems to do the trick - for those that follow

On 29 Jun 2020, at 20:33, websharp notifications@github.com wrote:

@mattyl https://github.com/mattyl hm, potentially yeah, but you may be able to add a suitable rule based on RegEx to whitelist those calls from paypal.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/bitExpert/magento2-force-login/issues/188#issuecomment-651288785, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADMWA42PMW73YWPUUE5M53RZDNAZANCNFSM4OLK3ZSA.

shochdoerfer commented 4 years ago

Hey @mattyl would you be so kind to provide a PR so that the URL is whitelisted by default?

mattyl commented 4 years ago

ok done!

shochdoerfer commented 2 years ago

Fixed and merged with #193