Skip to content
This repository was archived by the owner on May 28, 2023. It is now read-only.

Commit 04c0985

Browse files
author
tkostuch
committed
add vsf-utilities
1 parent beb1d5c commit 04c0985

File tree

9 files changed

+33
-380
lines changed

9 files changed

+33
-380
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
### Fixed
1313

1414
- Fix default value for `maxAgeForResponse` - @lauraseidler (#485)
15-
- Use productEquals to compare products in o2m - @gibkigonzo (#477)
15+
- Adds `vsf-utlilities`. Use productEquals to compare products in o2m - @gibkigonzo (#477)
1616

1717
## [1.12.1] - 2020.06.22
1818

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
"storefront-query-builder": "https://github.com/DivanteLtd/storefront-query-builder.git",
9494
"syswide-cas": "latest",
9595
"tsconfig-paths": "^3.9.0",
96+
"vsf-utilities": "^1.0.1",
9697
"winston": "^2.4.2"
9798
},
9899
"devDependencies": {

src/lib/taxcalc.js

Lines changed: 0 additions & 231 deletions
This file was deleted.

src/platform/magento1/tax.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import AbstractTaxProxy from '../abstract/tax'
2-
import { calculateProductTax, checkIfTaxWithUserGroupIsActive, getUserGroupIdToUse } from '../../lib/taxcalc'
2+
import { calculateProductTax, checkIfTaxWithUserGroupIsActive, getUserGroupIdToUse } from 'vsf-utilities'
33
import TierHelper from '../../helpers/priceTiers'
44
import bodybuilder from 'bodybuilder'
55
import es from '../../lib/elastic'

src/platform/magento2/helpers/productChecksum.js

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)