Skip to content

Carts and orders migration for anonymous sessions

Compare
Choose a tag to compare
@nikola-mladenovic nikola-mladenovic released this 31 Oct 16:47
· 308 commits to master since this release

0.4.1

Released on 2016-10-31.

Added

  • Support for carts and orders migration on successful log in or sign up, if using an anonymous session.
  • Centralized customer authorization methods.

Removed

  • Direct access to AuthManager login and logut method. From now on, Commercetools.loginCustomer and Commercetools.logoutCustomer should be used.
  • Direct access to Customer signUp method. From now on, Commercetools.signUpCustomer should be used.