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

Move :applications to :extra_applications #199

Closed kipcole9 closed 1 year ago

kipcole9 commented 1 year ago

This PR seeks to remove several compile-time warnings on modern Elixir:

In the case of using gringotts with ex_money this now removes all warnings except those coming from timex which hasn't yet updated for the current release of gettext.

Thanks for updating the project!

pkrawat1 commented 1 year ago

Thanks @kipcole9 LGTM :+1: