MD JUNAID ALAM

Results 1 issues of MD JUNAID ALAM

This PR aims to solve issue [#1559](https://github.com/validatorjs/validator.js/issues/1559). Added regex to validate Maestro and Insta Payment Card. RegEx Reference taken from: https://gist.github.com/michaelkeevildown/9096cd3aac9029c4e6e05588448a8841 Insta Payment Card: ^63[7-9][0-9]{13}$ Maestro Card: ^(5018|5020|5038|6304|6759|6761|6763)[0-9]{8,15}$

🎉 first-pr
mc-to-land