@medipass/utils 11.58.2-react-core-0.114.1.0 → 11.58.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [11.58.2](https://github.com/medipass/web/compare/@medipass/utils@11.58.1...@medipass/utils@11.58.2) (2021-12-17)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * calculate item totals in services section ([#602](https://github.com/medipass/web/issues/602)) ([e6267fe](https://github.com/medipass/web/commit/e6267fe))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [11.58.1](https://github.com/medipass/web/compare/@medipass/utils@11.58.0...@medipass/utils@11.58.1) (2021-12-15)
7
18
 
8
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medipass/utils",
3
- "version": "11.58.2-react-core-0.114.1.0",
3
+ "version": "11.58.2",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -47,5 +47,5 @@
47
47
  "redux-thunk": "^2.2.0",
48
48
  "rimraf": "^2.6.2"
49
49
  },
50
- "gitHead": "8a05fc61ef0047fbe76cc506e06f10401c8bfde2"
50
+ "gitHead": "622f3f0b5d4ab14b04ade10faa9a1ef4f0387837"
51
51
  }
package/service-items.js CHANGED
@@ -195,7 +195,6 @@ function mapItemsToClaimItems(transaction) {
195
195
  var calculateAmounts = function calculateAmounts(_ref3) {
196
196
  var isTaxable = _ref3.isTaxable,
197
197
  initialFeeAmount = _ref3.initialFeeAmount,
198
- isExtendedPrice = _ref3.isExtendedPrice,
199
198
  _ref3$quantity = _ref3.quantity;
200
199
  var grossAmount = parseFloat(initialFeeAmount || 0);
201
200
  var feeAmount = parseFloat(initialFeeAmount || 0);