Skip to content

elixir-wechat/wechat_pay

Repository files navigation

WechatPay

CI Module Version Hex Docs Total Download License Last Updated

WechatPay in Elixir.

Installation

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

Usage

Please view the Online documentation.

Copyright and License

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.