mpower

Build Status

Elixir wrapper for MPowerPayments API

Installation

If available in Hex, the package can be installed as:

  1. Add mpower to your list of dependencies in mix.exs:

    def deps do

     [{:mpower, "~> 1.0"}]

    end

  2. Ensure mpower is started before your application:

    def application do

     [applications: [:mpower]]

    end

Use

See the test suite for examples