wuori / vue-credit-card-validation

A dependency-free Vue plugin for formatting and validating credit card form fields.
MIT License
51 stars 26 forks source link

Create Card Holder Validation #43

Open paulocosta94 opened 2 years ago

paulocosta94 commented 2 years ago

Hello, some gateways requires Card Name validation. Can u add this feature, please? https://www.graphicpear.com/wp-content/uploads/2018/04/Credit-Card-Mockup.jpg

wuori commented 2 years ago

Could you please describe the requirements this validation would need?

paulocosta94 commented 2 years ago

Could you please describe the requirements this validation would need?

At least First Name + Last Name. Not just First Name. It has to have a space between First Name and Last Name. For exemple:

"Paul Steve Panakkal" return true
"Paul" return false
wuori commented 2 years ago

Thanks! I'll try to get to this next week. Feel free to submit a PR in the meantime if you have a fix. We would need to make this optional.