@everymatrix/cashier-verifications 1.43.4 → 1.44.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/cashier-verifications",
3
- "version": "1.43.4",
3
+ "version": "1.44.0",
4
4
  "main": "index.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -35,5 +35,5 @@
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "8464c47cb49b4ffa1c9debfac3a7dfc3097cf57a"
38
+ "gitHead": "701410f2b76dfe1ee4038f799b1e8e340c85cdb5"
39
39
  }
@@ -135,7 +135,6 @@
135
135
  })
136
136
  }
137
137
  fetch(url, requestParams).then(res => res.json()).then(data => {
138
- data.Verifications = []
139
138
  verificationStatus = getCalculatedStatus(data.Verifications);
140
139
  verificationStatus.VerificationStatuses.forEach(status => {
141
140
  if (status.VerificationUrlType !== 'Widget') {