Skip to content

Commit 97098b4

Browse files
authored
feat: pricing page (#79)
1 parent e71c248 commit 97098b4

File tree

4 files changed

+1504
-623
lines changed

4 files changed

+1504
-623
lines changed

lib/algora/psp/connect_countries.ex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ defmodule Algora.PSP.ConnectCountries do
126126
{"Vietnam", "VN"}
127127
]
128128

129+
def count, do: length(list())
130+
129131
@spec from_code(String.t()) :: String.t()
130132
def from_code(code) do
131133
list() |> Enum.find(&(elem(&1, 1) == code)) |> elem(0) || code

0 commit comments

Comments
 (0)