Open lang-michael opened 1 year ago
This is something that has been bothering us aswell!
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.
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