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

Monei API outdated? #202

Open im-blx opened 1 year ago

im-blx commented 1 year ago

Hey, I signed into Monei and started to explore the API, and I realized that they had updated it. Looks like the base url is now https://api.monei.com/v1, while the code still references https://test.monei-api.net. Also, authentication should be a header now, but the code has it as params. Would you be open to a PR that updates the Monei gateway?