A simple wrapper to have a better interaction to the Juno API.
Just add junex
to your dependencies list on mix.exs
:
def deps do
[
{:junex, "~> 0.2.0"}
]
end
Online documentation can be found on Hex.pm
- Cover tests to helper functions and create_charges and create_payment
- Add more funcionalities
- Better Module organization