woocommerce / woocommerce-gateway-stripe

The official Stripe Payment Gateway for WooCommerce
https://wordpress.org/plugins/woocommerce-gateway-stripe/
236 stars 206 forks source link

Fix authentication failure messages on the shortcode checkout #3527

Closed wjrosa closed 1 month ago

wjrosa commented 1 month ago

Fixes #3258

Changes proposed in this Pull Request:

This PR adds a specific error message when it is not possible to successfully authenticate a 3DS card during a purchase on the shortcode checkout page.

Currently, we are throwing the generic error message: "Unable to process this payment, please try again or use alternative method.". With this change, we will display "We are unable to authenticate your payment method. Please choose a different payment method and try again." instead.

Testing instructions


Post merge