Skip to content

v0.2.0

Compare
Choose a tag to compare
@edg-l edg-l released this 05 Jul 06:21
· 31 commits to master since this release
c1434ad

What's Changed

  • Reworked the whole API design to use the Endpoint trait which allows for external developers to create not yet implemented paypal endpoints.
  • Update models to correspond to the actual PayPal responses by @twistedfall in #2
  • Allow switching to rustls TLS implementation by @twistedfall in #3
  • Improve usability of predefined Money constructors by @twistedfall in #4
  • Fix Order parsing error by @LEXUGE in #5
  • country_code is missing for my request in the sandbox environment by @twistedfall in #6
  • Add more fields to the refund object by @twistedfall in #7

New Contributors

Full Changelog: 0.1.0...v0.2.0