Skip to content

Update cart create method so initial line items created along side the cart in development mode.

Choose a tag to compare

@RichardWatkins1 RichardWatkins1 released this 12 Nov 16:13
· 67 commits to master since this release
573701a

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.