Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
Prince2k3 committed Oct 1, 2019
1 parent 5bcdf95 commit 8b3d97d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public enum CreditCardFormatter: String, Codable {
case .visa:
return [["4"]]
case .masterCard:
return [["50"], ["51"], [""], "55"], ["222100", "272099"]]
return [["50", "55"], ["222100", "272099"]]
case .maestro:
return [["5018"], ["5020"], ["5038"], ["5612"], ["5893"], ["6304"], ["6759"], ["6761"], ["6762"], ["6763"], ["0604"], ["6390"]]
case .discover:
Expand Down

0 comments on commit 8b3d97d

Please sign in to comment.