Skip to content

Releases: phpjuice/paypal-checkout-sdk

v3.3.0

30 Oct 21:43
9033e05
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.2...v3.3.0

v3.2.2

26 Jul 11:10
f2bd0c8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.1...v3.2.2

v3.2.1

22 Jun 16:50
ce8857b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.2.0...v3.2.1

v3.2.0

19 Feb 22:01
f6a5f11
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v3.2.0

v3.1.0

18 Feb 23:59
aa449e9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.1.0

v3.0.0

12 Oct 10:53
e128bc1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.2...v3.0.0

v2.0.2

08 Oct 12:51
614d357
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.0.2

v2.0.1

07 Oct 10:08
58ff84b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

04 Oct 17:00
6cab9e0
Compare
Choose a tag to compare

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

05 Aug 13:28
e32bb7f
Compare
Choose a tag to compare

Changes

  • fix amount breakdown to include discount #12

Removed

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