Thread Starter
scmrob
(@scmrob)
solved – htaccess was blocking paypal notifications with a 403
Thread Starter
scmrob
(@scmrob)
We have an https plugin. I noticed that the checkout page was trying to call an ajax script in the admin folder over http, which was getting blocked by some browsers as checkout is https. So i configured admin to require https within our https plugin. that fixed the issue.
Thread Starter
scmrob
(@scmrob)
was an issue of https. there was some ajax being called from the admin which was http, and failing to load.
Thread Starter
scmrob
(@scmrob)
I should add this is occuring in chrome.
Thread Starter
scmrob
(@scmrob)
thanks much, that did the trick