zendframework / zend-validator

Validator component from Zend Framework
BSD 3-Clause "New" or "Revised" License
181 stars 136 forks source link

Allow CreditCard Validator to be extended #202

Closed stephandesouza closed 6 years ago

stephandesouza commented 6 years ago

In Brazil we have 2 other major credit card brands: Hipercard and Elo.

This change allow to extend the validator to add new Brands, this way: https://gist.github.com/stephandesouza/26b898e4df2d163ed3eeac183daa8e0b

shlaikov commented 6 years ago

@stephandesouza Thank you for finding this.

stephandesouza commented 6 years ago

Any news? Is hard to maintain custom credit cards with that kind of issue. :(

weierophinney commented 6 years ago

I'll be reviewing all zend-validator PRs tomorrow, and do a release once all are merged.

weierophinney commented 6 years ago

Thanks, @stephandesouza!