woocommerce-paypal-payments/tests/PHPUnit/WcGateway/Endpoint
Daniel Dudzic 8cdc64feac
test: Add tests for missing order id validation and retry
Cover the three scenarios introduced by execute_order_request():
- Both attempts return 201 with missing id → throws after retry
- Both attempts return 201 with empty body → throws after retry
- First attempt missing id, retry succeeds → order created
2026-06-28 18:39:26 +02:00
..
CaptureCardPaymentTest.php test: Add tests for missing order id validation and retry 2026-06-28 18:39:26 +02:00
ShippingCallbackEndpointTest.php Apply latest fixes for 4.1.0 release 2026-06-23 11:00:56 +02:00