Paypal Checkout Sdk Versions Save

PHP SDK for PayPal's Checkout REST API

v3.2.2

1 year ago

What's Changed

Full Changelog: https://github.com/phpjuice/paypal-checkout-sdk/compare/v3.2.1...v3.2.2

v3.2.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/phpjuice/paypal-checkout-sdk/compare/v3.2.0...v3.2.1

v3.2.0

2 years ago

What's Changed

Full Changelog: https://github.com/phpjuice/paypal-checkout-sdk/compare/v3.1.0...v3.2.0

v3.1.0

2 years ago

v3.0.0

2 years ago

What's Changed

Full Changelog: https://github.com/phpjuice/paypal-checkout-sdk/compare/v2.0.2...v3.0.0

v2.0.2

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/phpjuice/paypal-checkout-sdk/compare/v2.0.1...v2.0.2

v2.0.1

2 years ago

What's Changed

Full Changelog: https://github.com/phpjuice/paypal-checkout-sdk/compare/v2.0.0...v2.0.1

v2.0.0

2 years ago

Added

  • Add Brick/Money for handling money values.
  • Add new method addItems to PurchaseUnit class
  • Replace PHPUnit with PestPHP for tests.
  • Add new docs.

Changed

  • Change the minimum required PHP version to 7.4.

Deprecated

  • none

Removed

  • Money::class
  • Currency::class
  • 7.2 PHP support

v1.2.0

2 years ago

Changes

  • fix amount breakdown to include discount #12

Removed

  • Removed setValue & setCurrencyCode from Amount.php
  • Removed setValue & setCurrencyCode from PurchaseUnit

v1.1.2

2 years ago

Changes

  • clean and format code (#8)