Packages

Library to create payment gateways

Current section

Files

Jump to
ex_payments_template lib payments_template.ex
Raw

lib/payments_template.ex

defmodule PaymentsTemplate do
@moduledoc """
Documentation for `PaymentsTemplate`.
"""
@doc """
Hello world.
## Examples
iex> PaymentsTemplate.hello()
:world
"""
def hello do
:world
end
end