Skip to content

Remove the payment worker and introduce the Money protocol

Latest
Compare
Choose a tag to compare
@oyeb oyeb released this 04 Jun 12:23
· 19 commits to dev since this release

Added

  • api: Introduces a Money protocol (#71)
  • core: Introduces Response.t (#119)
  • development: Adds a useful mix task gringotts.new (#78) to help with adding more gateways!
  • docs: Adds changelog, contributing guide (#117)

Changed

  • api: Deprecates use of floats for money amounts, check issue #62 (#71)
  • core: Removes payment worker, Gringotts no longer routes all API calls through this, nor does it start an application.