swelham / cashier

Cashier is an Elixir library that aims to be an easy to use payment gateway, whilst offering the fault tolerance and scalability benefits of being built on top of Erlang/OTP
MIT License
49 stars 10 forks source link

Refactor to GenStage #17

Closed swelham closed 7 years ago

swelham commented 7 years ago

This PR is a refactor of the cashier core into a GenStage pipeline structure.

When merged this will close #2.

@aseigo I wondered if you would have any time to provide feedback on these changes?