Skip to content

Multistore bug fix and registration after checkout support

Compare
Choose a tag to compare
@lianastaskevica lianastaskevica released this 30 Mar 07:05
· 107 commits to master since this release
9053b10

What's inside

  • Linkage of order to the customer via graphql
  • Display correct store for order bug fix

Feature break-down

Linkage of order to the customer via graphql

Created new mutation to link order to the customer after order is placed. Required for the registration after checkout feature.

Display correct store for order bug fix

Updates carts store id, before placing it so that when switching between stores the order is made from the correct one.