Remove the protocol implementation for ex_money
since they implement it for us
e1cb32.
- Refactored
Paymill
. Added missing API functions. - Remove support of Wirecard as it fails to meet the
standards of this library and it is not at all usable. It is being archived
in
wirecard
branch.
v1.1.0
(2018-04-22)
- Introduces the
Gringotts.Money
protocol (#71)- Deprecates use of
floats
for money amounts, see #62 for motivation.
- Deprecates use of
- Removes payment worker! No application, no worker as per the community's suggestion (#118).
- Introduces
Response.t
(#119). - Adds a useful mix task
gringotts.new
(#78) to help with adding more gateways! - Adds changelog, contributing guide (#117).
v1.0.2
(2017-12-27)
- Reduced arity of public API calls by 1
- No need to pass the name of the
worker
as argument.
- No need to pass the name of the
- Gringotts now supports Trexle as well 🎉
v1.0.1
(2017-12-23)
- Improved documentation by making them consistent across gateways.
- Improved test coverage, though tests need some more ❤️
v1.0.0
(2017-12-20)
- Single worker architecture, config fetched from
config.exs
.