woocommerce-paypal-payments/modules/ppcp-webhooks
Narek Zakarian 86287bc4c2
fix(webhooks): catch uncaught exceptions in incoming webhook handler
Handlers can throw exception types the endpoint doesn't expect (e.g.
PayPalOrderMissingException, which isn't a RuntimeException), which
previously escaped uncaught and returned an HTTP 500. PayPal then
retries the webhook indefinitely instead of receiving a response.
2026-07-15 15:36:44 +04:00
..
src fix(webhooks): catch uncaught exceptions in incoming webhook handler 2026-07-15 15:36:44 +04:00
composer.json Remove dhii deps in modules 2026-02-18 15:47:44 +02:00
factories.php Fix PHPCS spacing issues 2025-08-22 17:00:32 +02:00
module.php Refactor remaining modules to Modularity. 2023-12-19 17:26:09 +00:00
services.php Fix fatal error due to removed legacy tokens helper 2026-04-07 12:33:23 +02:00