Packages

Module to discover the CreditCard brand based in the first digits

Current section

Files

Jump to
card_bin_ex lib brand discover.ex
Raw

lib/brand/discover.ex

defmodule CardBinEx.Brand.Discover do
@moduledoc false
@behaviour CardBinEx.Brand
@doc false
def patterns do
[
6011,
[644, 649],
65
]
end
end