WechatPay.JSON (WechatPay v0.10.0) View Source
The module act as an adapter to JSON library.
By default, it use Jason
to encode JSON, if you want to use Poison
,
you can configure :wechat_pay
application with:
config :wechat_pay, :json_library, Poison