You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FEATURE: Added support for offering PayPal as a secondary payment gateway alongside another primary gateway at checkout. #10 (@dparker1005)
ENHANCEMENT: Added a setting to manually edit the PayPal Webhook ID for both the Sandbox and Live environments. #9 (@andrewlimaza)
ENHANCEMENT: The PayPal webhook REST endpoint now accepts GET requests so site owners can confirm the URL is reachable from a browser. #11 (@dparker1005)
BUG FIX: Fixed PayPal webhook signature verification by sending the original raw webhook body to PayPal instead of a re-encoded version. #8 (@ideadude)