woocommerce-paypal-payments/tests/PHPUnit/ApiClient/Entity
Narek Zakarian 87f6a64e66
feat(api-client): show user-friendly decline messages to buyers
The customer-facing decline message embedded the raw PayPal processor
response code and technical/alarming wording (e.g. "9500: Suspected
Fraud") directly in the checkout error. Replace it with a plain-language
reason mapped from the response code, and add filters
(woocommerce_paypal_payments_customer_decline_message and
woocommerce_paypal_payments_customer_decline_reason_message) so
merchants can customize the wording shown to buyers. The technical
mapping used in merchant-facing order notes is unchanged.
2026-07-09 18:28:40 +04:00
..
AddressTest.php Update tests 2022-02-09 16:28:27 +02:00
AmountBreakdownTest.php Update tests 2022-02-09 16:28:27 +02:00
AmountTest.php Refactor money value formatting 2022-07-07 12:34:21 +03:00
AuthorizationStatusTest.php Correct misspellings 2025-03-28 03:27:52 +00:00
AuthorizationTest.php Fix the tests 2024-01-31 16:51:33 +04:00
ExperienceContextTest.php Merge trunk 2025-06-23 10:56:29 +02:00
FraudProcessorResponseTest.php feat(api-client): show user-friendly decline messages to buyers 2026-07-09 18:28:40 +04:00
ItemTest.php fix tests 2023-09-20 17:43:29 +04:00
MoneyTest.php Update tests 2022-02-09 16:28:27 +02:00
PayerTest.php Change UK to GB 2025-01-31 10:46:16 +01:00
PaymentsTest.php * Fix tests 2023-08-04 14:18:27 +01:00
PurchaseUnitTest.php Tweak tests usign SettingsProvider 2025-12-16 15:14:50 +04:00
TokenTest.php Add tests 2026-06-01 14:35:03 +03:00