mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2026-07-29 02:07:27 +08:00
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. |
||
|---|---|---|
| .. | ||
| AddressTest.php | ||
| AmountBreakdownTest.php | ||
| AmountTest.php | ||
| AuthorizationStatusTest.php | ||
| AuthorizationTest.php | ||
| ExperienceContextTest.php | ||
| FraudProcessorResponseTest.php | ||
| ItemTest.php | ||
| MoneyTest.php | ||
| PayerTest.php | ||
| PaymentsTest.php | ||
| PurchaseUnitTest.php | ||
| TokenTest.php | ||