WechatPay in Elixir.
Add wechat_pay
to your list of dependencies in mix.exs
:
def deps do
[
{:wechat_pay, "~> 0.10.0"},
{:jason, "~> 1.0"} # or {:poison, "~> 4.0"}
]
end
Please view the Online documentation.
This work is free. You can redistribute it and/or modify it under the terms of the MIT License. See the LICENSE.md file for more details.