strangerstudios / paid-memberships-pro

WordPress membership plugin to restrict access to content and charge recurring subscriptions using Stripe, PayPal, and more. Fully open source. 100% GPL.
https://www.paidmembershipspro.com
Other
459 stars 357 forks source link

Better error handling for Stripe checkouts. #1248

Open andrewlimaza opened 4 years ago

andrewlimaza commented 4 years ago

Describe the bug We should improve the wording on error handling that Stripe returns. In some cases, we post the exact response we receive from Stripe and this may be confusing to the end user.

To Reproduce Steps to reproduce the behavior:

  1. Make sure you have Stripe enabled, and require billing address.
  2. Fill out all details except first name and last name under the Billing Address section.
  3. Scroll down and select the checkout button.
  4. See the error above the checkout button. (Please refer to screenshot below).

Screenshots

stripe-error

Expected behavior The wording can be improved.

Isolating the problem (mark completed items with an [x]):

WordPress Environment

``` Please share non-sensitive information about your hosting environment such as WordPress version, PHP version, Paid Memberships Pro and any related plugins versions. ```
kimwhite commented 3 years ago

Is this being looked at doing at some time?