You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.
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(
.....
....
);
`
/*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/
The text was updated successfully, but these errors were encountered: