Releases: edg-l/paypal-rs
Releases · edg-l/paypal-rs
v0.2.3
v0.2.2
What's Changed
- Update the capture response structures by @twistedfall in #10
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
Maintenance update
- Update serde_with requirement from 1.14.0 to 2.0.0 by @dependabot in #9
- Update serde_qs requirement from 0.9.2 to 0.10.1 by @dependabot in #8
Full Changelog: v0.2.0...v0.2.1
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
v0.2.0-alpha.7
What's Changed
- Update models to correspond to the actual PayPal responses by @twistedfall in #2
- Changed the whole design around api requests.
New Contributors
- @twistedfall made their first contribution in #2
Full Changelog: 0.2.0-alpha.3...v0.2.0-alpha.7
0.2.0-alpha.3
Removed boxed errors.