Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

CreditCard Validation - new number range needed #118

Closed
Mercury1987 opened this issue Sep 26, 2016 · 2 comments
Closed

CreditCard Validation - new number range needed #118

Mercury1987 opened this issue Sep 26, 2016 · 2 comments

Comments

@Mercury1987
Copy link

Mercury1987 commented Sep 26, 2016

Hey,

on october 14th MasterCard will become a new BIN number range (222100 - 272099)

Please add the new range to the existing in $cardType (row 115)

`
/Now/
protected $cardType = array(
.....

    self::MASTERCARD       => array('51', '52', '53', '54', '55'),

....
);
`

/*Needed*/ protected $cardType = array( .... self::MASTERCARD => array('51', '52', '53', '54', '55', '22', '23', '24', '25', '26', '27'), .... );

https://www.forte.net/blog/mastercard-bin-range-coming/

@zf2timo
Copy link
Contributor

zf2timo commented Sep 26, 2016

There is already a PR: see #110

@Mercury1987
Copy link
Author

Oh :-)
sorry not seen

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants