Commits
pkarw committed 9823b6fa824
Fix for #1762 The cart loader bypass feature is there because we’re posting orders to Magento asynchronously - it may happen that directly after playing an order, the Magento’s user still have the same quote id and after browsing thru VS Store old items will be restored to the shopping cart. Now You can disable this behaviour by setting `config.cart.bypassCartLoaderForAuthorizedUsers=false`. I’ve also moved the place when this bypass timestamp is set (to directly after order is being created)