mpower
Elixir wrapper for MPowerPayments API
Installation
If available in Hex, the package can be installed as:
Add mpower to your list of dependencies in
mix.exs:def deps do
[{:mpower, "~> 1.0"}]end
Ensure mpower is started before your application:
def application do
[applications: [:mpower]]end
Use
See the test suite for examples