tf-checkout-react 1.4.12 → 1.4.13

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.
@@ -1241,8 +1241,10 @@ var updateVerificationStatus = /*#__PURE__*/function () {
1241
1241
  _context10.next = 2;
1242
1242
  return publicRequest.patch('v1/authenticate/verify', {
1243
1243
  data: {
1244
- verification: {
1245
- verificationStatus: 'PENDING'
1244
+ attributes: {
1245
+ verification: {
1246
+ verificationStatus: 'PENDING'
1247
+ }
1246
1248
  }
1247
1249
  }
1248
1250
  });