Elixir wrapper for MPowerPayments API
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
See the test suite for examples