WechatPay v0.9.0 WechatPay View Source
WechatPay provide toolkit for Wechat Payment Platform.
Core
Currently, WechatPay has the following Pay modules:
Plug
The following Plugs are also provided to assist you handling notification from Wechat's Payment Gateway:
JSON Encoder
By default, WechatPay
use Jason
to encode JSON, if you want to use Poison
,
you can configure :wechat_pay
application with:
config :wechat_pay, :json_library, Poison