-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getallheaders() Fallback #41
Conversation
Hey @websupporter thanks for the PR
The logs appear to be delayed/randomly so it's hard to pin-point exactly how to reproduce, but all i'm doing is adding a product to the cart and staying on the product page. Out of curiosity, have you been able to replicate this one? If not, I can create an admin account for my test store that is seeing the issue. |
Hi @mattallan, This function is used in the webhooks, this is why it might seem random. It is called when PayPal calls one of those webhooks. |
Aha! My bad, I didn't even realise the package wasn't being installed properly in my testing. I ran I changed this to a previous phpunit version and now it's all working as expected now. I'm not sure if you wanted to change the phpunit versions in composer or leave it, but I'm fine to manage this version compatibility issue manually for now. 👍 thanks for the fix! |
This PR fixes #37 by adding a
getallheaders()
fallback via https://github.com/ralouphie/getallheaders