Update cart create method so initial line items created along side the cart in development mode.
·
67 commits
to master
since this release
In order to identify 'test' orders if we are running in development mode we were previously overwriting the attributes with {test: true}. This release updates the cart models create so {test: true} is merged into the attributes rather than overwriting them.