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

[stripe] added parsing response into Response and tests #203

Open tommasop opened 12 months ago

tommasop commented 12 months ago

I'm trying to use the Stripe gateway and brought back its response to a Gringotts.Response object. Also added tests for purchase/3 and passing additional options. I will also cover refund/3. There have been some api urls changes (refunds for example). Let me know if this can be interesting for you and/or if you need some more testing to merge.