receipt_verifier v0.12.2 ReceiptVerifier.JSON 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 :receipt_verifier
application with:
config :receipt_verifier, :json_library, Poison