All notable changes to phpjuice/paypal-checkout-sdk
will be documented in this file.
- Add support for php8.1 in #25
- Update readme & changelog in #21
- Use standalone phpjuice/paypal-http-client
- Add .gitattributes file
- allow guzzlehttp/psr7 v2.0 dependency
- Add Brick/Money for handling money values.
- Add new method addItems to PurchaseUnit class
- Replace PHPUnit with PestPHP for tests.
- Add new docs.
- Change the minimum required PHP version to 7.4.
- none
- Money::class
- Currency::class
- 7.2 PHP support
- fix amount breakdown to include discount #12
- Removed
setValue
&setCurrencyCode
fromAmount.php
- Removed
setValue
&setCurrencyCode
fromPurchaseUnit
- Clean and refactor code #8
- Remove PHP version header on sandbox environment (#7) (see #6)
- Upgrade guzzle http to version 7 (#3)
- Add type hints to all classes.
- Add the calculated total test.
- Update package documentation
- Orders API Requests
- PayPal Client
- Access Token Requests