forked from aviabird/gringotts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The release candidate does some much-needed spring cleaning! 🌬️ Gringotts is now totally (compile-time) warning free (upto elixir 1.6.5) :yay: Core ---- Remove our implementation of the `Gringotts.Money` protocol as ex_money (`v2.6.0`) 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 (`refund/3`) 2. Remove/Deprecate `Wirecard` as it does not meet the standards of this library. Closes aviabird#104 Closes aviabird#106
- Loading branch information
Showing
39 changed files
with
1,219 additions
and
1,126 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,10 +20,9 @@ matrix: | |
- elixir: "1.5.3" | ||
script: | ||
- mix coveralls.json | ||
- elixir: "1.6.2" | ||
- elixir: "1.6.5" | ||
|
||
notifications: | ||
email: | ||
recipients: | ||
- [email protected] | ||
- [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.