Hi @pastidea,
In version 3.2.3 a validation was added to ensure all required fields are populated before processing the credit card form. I can see on your checkout page that the billing_vat is required but for some reason it’s not displayed on the checkout page.
Do you know why that field is required but not displaying on your checkout page? I verified that it’s been set to display: none;
Kind Regards,
Thank you for your reply.
That field is required, but only if the “company” field is filled out, so only for companies, not for private customers (for those, the field doesn’t show up).
Is there a way to solve this rather then making it optional?
Hi @pastidea,
I will need to add some additional code so that fields like that are excluded from the validation since they are required but not visible.
Can you reach out to me via the Help button located on all the Stripe plugin pages so you can help me test?
Kind Regards,
Yes, will do that. Thank you!
Setting to resolved. In the next version of plugin, a check will be added for scenarios outlined by @pastidea.