README.md
# WechatPay
[](https://github.com/elixir-wechat/wechat_pay/actions?query=workflow%3ACI)
[](https://hex.pm/packages/wechat_pay)
[](https://hexdocs.pm/wechat_pay/)
[](https://hex.pm/packages/wechat_pay)
[](https://github.com/elixir-wechat/wechat_pay/blob/master/LICENSE.md)
[](https://github.com/elixir-wechat/wechat_pay/commits/master)
WechatPay in Elixir.
## Installation
Add `wechat_pay` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:wechat_pay, "~> 0.10.0"},
{:jason, "~> 1.0"} # or {:poison, "~> 4.0"}
]
end
```
## Usage
Please view the [Online documentation](https://hexdocs.pm/wechat_pay).
## Copyright and License
Copyright (c) 2016 Jun Lin
This work is free. You can redistribute it and/or modify it under the
terms of the MIT License. See the [LICENSE.md](./LICENSE.md) file for more details.