v0.2.0
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
- @twistedfall made their first contribution in #2
- @LEXUGE made their first contribution in #5
Full Changelog: 0.1.0...v0.2.0