Arsenal21 / stripe-payments

Stripe Payments Plugin for WordPress
11 stars 8 forks source link

Issue with email aliases containing plus sign #193

Closed ovidiubica closed 3 years ago

ovidiubica commented 3 years ago

Email subaddressing doesn't work with our plugin. Is this something we should fix?

Arsenal21 commented 3 years ago

hmmm... is it the sanitization/validation on the email address field that is breaking that or the wordpress's following function failing?

https://developer.wordpress.org/reference/functions/is_email/

ovidiubica commented 3 years ago

We need to dig a bit further, according to this ticket, it should be working.

ovidiubica commented 3 years ago

Looks more like javascript issue, it replaces + with white space. Probably needs to be URIencoded before parsed.