Skip to content

Releases: labd/commercetools-node-mock

Make third param for .get() on projectApi and storage (getParam) nullable

14 Jun 07:49
Compare
Choose a tag to compare

v0.6.3

09 Jun 07:16
Compare
Choose a tag to compare

fix import problems due to relative imports

v0.6.2

08 Jun 19:31
Compare
Choose a tag to compare
  • add in-store path

v0.6.1

08 Jun 10:04
Compare
Choose a tag to compare
  • improve price selection on cart actions
  • apply more cart draft attributes on create cart action
  • fix(#33): Resolved line item draft issue
  • Implement cart-replicate, lineItems on cart-create, setShippingMethod on cart and get params in projectAPI
  • create sign in function

Move @commercetools/platform-sdk to peer dependencies

07 Jun 14:48
Compare
Choose a tag to compare

setShippingMethod action on cart, expand on projectApi.get, lineItems on cart create

31 May 15:11
Compare
Choose a tag to compare
  • Allow get on projectAPI to be expanded.
  • Allow create cart with lineItems.
  • Add setShippingMethod action to cart actions.

MyOrder, order transitionState and replicate cart/order

25 May 09:44
Compare
Choose a tag to compare
  • implement my order service
  • implement transition state action on order repository
  • implement /cart/replicate to replicate carts and orders

Customer Sign In

18 May 07:39
Compare
Choose a tag to compare
  • customer sign me in functionality

customer change email and reset password

17 May 07:50
Compare
Choose a tag to compare
  • added customer changeEmail action
  • added customer createa password reset token action

payment actions and external_id on category

05 May 11:32
Compare
Choose a tag to compare
  • implement changeTransactionState action on payment
  • implement transitionState action on payment
  • add external_id attribute on category
  • fix broken import for my-customer service