Orders with invalid emails rejected
-
Hello,
There is an issue with Stripe payment gateway for Woocommerce. It will reject orders in the following scenario :
1/ Email entered isn’t a valid email (even if email has been set to not be required)
2/ Email entered is valid but contain a trailing spaceI have used Woocommerce filters to make the email not required. User can put it if they want to but this isn’t mandatory. It is up to them. If the field is left empty, the order goes through correctly. But in the 2 scenarios described above, the order won’t go through which isn’t good. A user can sometime put a trailing space without noticing it. Then, some people don’t know what an email address is or just don’t have one so they will either leave the field empty or just put a dummy value. In both cases, this should be accepted as the email field was set as not required via hooks.
This was tested with latest versions of Woocommerce and Stripe plugin.
Thank you!
- The topic ‘Orders with invalid emails rejected’ is closed to new replies.