aviabird / gringotts

A complete payment library for Elixir and Phoenix Framework
https://hexdocs.pm/gringotts/Gringotts.html
MIT License
482 stars 53 forks source link

argument order is in consistent in refund handle call in worker. #60

Open pkrawat1 opened 6 years ago

pkrawat1 commented 6 years ago

standard we have followed in all the calls is id, amount, config but this is not followed in the refund method of the worker.ex file.

Make changes in this format as per the standard.

This would require change in all the gateway files.