Releases: smartpay-co/sdk-php
Releases · smartpay-co/sdk-php
v0.8.0
v0.7.0
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
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