View Source KoraPay
Korapay client (https://docs.korapay.com/).
testing
Testing
Mock tests run by default with:
mix test
If test api keys have been configured you may run tests against the sandbox with:
mix test --include sandbox:true
installation
Installation
If available in Hex, the package can be installed
by adding kora_pay
to your list of dependencies in mix.exs
:
def deps do
[
{:kora_pay, "~> 0.1.0"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/kora_pay.