ExPaidy
simple HTTP client for Paidy.
Installation
def deps do
[
{:ex_paidy, "~> 0.1.0"}
]
endConfiguration
use Mix.Config
config :paidy,
secret_key: "YOUR SECRET KEY",
version: "YOUR API VERSION"
version: default value is “2016-07-01”.
secret_key: you can use environment variables.
export PAIDY_SECRET_KEY="YOUR SECRET KEY"License
MIT