aviabird / gringotts

A complete payment library for Elixir and Phoenix Framework
https://hexdocs.pm/gringotts/Gringotts.html
MIT License
481 stars 53 forks source link

Release 1.1.1-rc #175

Closed oyeb closed 6 years ago

oyeb commented 6 years ago

The release candidate does some much-needed spring cleaning! wind_face Gringotts is now totally (compile-time) warning free (upto elixir 1.6.5) :yay:

Core

Remove our implementaion of the Gringotts.Money protocol as ex_money implements (and tests!) it for us. Updated various docs and cleaned up some code smell.

Gateways

  1. Refactor Paymill, makes it much more readable and also completes all the pending functionality.
  2. Remove/Deprecate Wirecard as it does not meet the standards of this library.

Checklist