Skip to content

Releases: smartpay-co/sdk-php

v0.8.0

18 Dec 07:43
275e564
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.8.0

v0.7.0

08 Feb 06:54
b0dacf6
Compare
Choose a tag to compare

What's Changed

  • [sc-9224] Add token lifecycle event by @arussel in #38
  • Remove unnecessary fields of order request by @hSATAC in #39
  • [sc-7762] Add custom idempotency key by @hSATAC in #40
  • [sc-7744] Add get and list checkoutSession API by @hSATAC in #41
  • [sc-7746] Update & list payment API by @hSATAC in #42
  • [sc-7748] Add update & list refund API by @hSATAC in #44
  • [sc-7750] Add coupon CRUD APIs & tests by @hSATAC in #45
  • [sc-7752] Add promotion code CRUD APIs by @hSATAC in #46
  • [sc-7785] Add webhook signature helpers & tests by @hSATAC in #47
  • [sc-10162] Move smartpay config from static to object by @hSATAC in #48

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0

14 Nov 07:27
8ebcb3d
Compare
Choose a tag to compare

What's Changed

  • [sc-6805] Add phpunit-polyfills to support PHP 8 by @hSATAC in #35
  • [sc-7053] Add php version compatibility tests by @hSATAC in #36
  • [sc-7939] Support token flow by @hSATAC in #37

Deprecated

When creating a new checkoutSession, the usage of customer and shipping fields are deprecated. Use customerInfo and shippingInfo instead.

Full Changelog: v0.5.1...v0.6.0

v0.5.1

07 Oct 06:16
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0

22 Sep 06:30
Compare
Choose a tag to compare

What's Changed

  • [sc-6984] Support new line item type by @hSATAC in #29
  • [sc-7551] Add webhook endpoints APIs by @hSATAC in #30

Full Changelog: v0.4.1...v0.5.0