Multistore bug fix and registration after checkout support
·
107 commits
to master
since this release
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.