Skip to content

Latest commit

 

History

History
79 lines (37 loc) · 2.3 KB

CHANGELOG.md

File metadata and controls

79 lines (37 loc) · 2.3 KB

Changelog

All notable changes to this project will be documented in this file.

0.5.0 (2022-12-30)

Features

Cart
  • Define a redirect url on cart creation, which can differ from sdk checkout settings definition (07ce10)
Checkout
  • Allow to define a checkout style label, to use different brands for a cart (586f6b)

0.4.0 (2022-12-29)

Features

Checkout
  • Allow to set a custom description of a product, on cart creation (a545e3)

0.3.0 (2022-10-18)

⚠ BREAKING CHANGES

Checkout
  • Add username to fetch customer based whitelabel configuration on checkout (29d03c)
  • New parameter "username" added to CartProductService::generateCartLink (29d03c)

Bug Fixes

  • Add unit tests and use correct api routes and response keys to allow performing various actions (56db3e)

0.2.0 (2022-10-06)

Features

Subscription
  • Allow to manage trial phases on cart and subscriptions (2a3458)

0.1.1 (2022-10-05)

No significant changes.


0.1.0 (2022-10-05)

No significant changes.

Bug Fixes

  • Set correct composer package name (26afe4)