Packages

Module to discover the CreditCard brand based in the first digits

Current section

Files

Jump to
card_bin_ex lib brand elo.ex
Raw

lib/brand/elo.ex

defmodule CardBinEx.Brand.Elo do
@moduledoc false
@behaviour CardBinEx.Brand
@doc false
def patterns do
[
401_178,
401_179,
438_935,
457_631,
457_632,
431_274,
451_416,
457_393,
504_175,
[506_699, 506_778],
[509_000, 509_999],
627_780,
636_297,
636_368,
[650_031, 650_033],
[650_035, 650_051],
[650_405, 650_439],
[650_485, 650_538],
[650_541, 650_598],
[650_700, 650_718],
[650_720, 650_727],
[650_901, 650_978],
[651_652, 651_679],
[655_000, 655_019],
[655_021, 655_058]
]
end
end