woocommerce-paypal-payments/tests/PHPUnit/ApiClient/Authentication
Daniel Dudzic 83cdb0c021
fix: 🔒️ Derive domain from server-controlled source in SdkClientToken
Use wp_parse_url(home_url()) to resolve the domain instead of reading
it from the request, and include the domain in the cache key. Apply
rawurlencode before URL concatenation.
2026-07-07 14:15:51 +02:00
..
PayPalBearerTest.php Apply latest fixes for 4.1.0 release 2026-06-23 11:00:56 +02:00
SdkClientTokenTest.php fix: 🔒️ Derive domain from server-controlled source in SdkClientToken 2026-07-07 14:15:51 +02:00
TokenRateLimiterTest.php Add tests 2026-06-01 14:35:03 +03:00
UserIdTokenTest.php Retry token request on network error 2026-06-01 14:35:03 +03:00