README.md
# WechatPay
WechatPay in Elixir.
[](https://github.com/elixir-wechat/wechat_pay/actions?query=workflow%3ACI)
[](https://www.codacy.com/gh/elixir-wechat/wechat_pay?utm_source=github.com&utm_medium=referral&utm_content=elixir-wechat/wechat_pay&utm_campaign=Badge_Grade)
[](https://hex.pm/packages/wechat_pay)

## Installation
Add `wechat_pay` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:wechat_pay, "~> 0.9.0"},
{:jason, "~> 1.0"} # or {:poison, "~> 4.0"}
]
end
```
## Usage
Please view the [Online documentation](https://hexdocs.pm/wechat_pay).