Packages

Module to discover the CreditCard brand based in the first digits

Current section

Files

Jump to
card_bin_ex lib brand diners.ex
Raw

lib/brand/diners.ex

defmodule CardBinEx.Brand.Diners do
@moduledoc false
@behaviour CardBinEx.Brand
@doc false
def patterns do
[
[300, 305],
36,
38,
39
]
end
end