Current section
Files
Jump to
Current section
Files
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