woocommerce / woocommerce-gateway-stripe

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

Stripe Response Message on fail #2495

Open lang-michael opened 1 year ago

lang-michael commented 1 year ago

Is your feature request related to a problem? Please describe. The response (process_payment) doesn't say why the payment fails.

Describe the solution you'd like Please add $e->getLocalizedMessage() in plugins/woocommerce-gateway-stripe/includes/class-wc-gateway-stripe.php – Line 505 return.

For example: return [ 'result' => 'fail', 'result_msg' => $e->getLocalizedMessage(), 'redirect' => '', ];

Describe alternatives you've considered Use another Plugin? :(

Additional context

img_1

img_2

martinowren commented 1 year ago

This is something that has been bothering us aswell!

github-actions[bot] commented 1 week ago

Hi, This issue has gone 150 days (5 months) without any activity. This means it is time for a check-in to make sure it is still relevant. If you are still experiencing this issue with the latest version, you can help the project by responding to confirm the problem and by providing any updated reproduction steps. Thanks for helping out.