Packages

Module to discover the CreditCard brand based in the first digits

Current section

Files

Jump to
card_bin_ex lib brand jcb.ex
Raw

lib/brand/jcb.ex

defmodule CardBinEx.Brand.Jcb do
@moduledoc false
@behaviour CardBinEx.Brand
@doc false
def patterns do
[
2131,
1800,
[3528, 3589]
]
end
end