Skip to content

Commit

Permalink
Merge pull request #291 from shopware/add-missing-item-rounding
Browse files Browse the repository at this point in the history
Add missing item rounding
  • Loading branch information
seggewiss authored Feb 8, 2023
2 parents 1f47320 + 24a3dd0 commit 6fb13e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ class OrderFixture extends AdminFixtureService {
}

return Object.assign({}, {
itemRounding: {"decimals": 2, "interval": 0.01, "roundForNet": true},
totalRounding: {"decimals": 2, "interval": 0.01, "roundForNet": true},
currencyId: currency.id,
currencyFactor: currency.attributes.factor,
stateId: state.id,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopware-ag/e2e-testsuite-platform",
"version": "7.0.3",
"version": "7.0.4",
"description": "E2E Testsuite for Shopware 6 using Cypress.js",
"keywords": [
"e2e",
Expand Down

0 comments on commit 6fb13e6

Please sign in to comment.