@tap-payments/auth-jsconnect 2.1.87-test → 2.1.88-test

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.
@@ -598,7 +598,7 @@ export var updateIndividualInfo = createAsyncThunk('updateIndividualInfo', funct
598
598
  payload = boardMemberPayload;
599
599
  if (type === IndividualType.BUYER)
600
600
  payload = buyerMemberPayload;
601
- requestBody = __assign(__assign({ id: id, type: type }, payload), { encryption_contract: ['monthly_income'], step_name: INDIVIDUAl_STEP_NAMES.INDIVIDUAl_INFO });
601
+ requestBody = __assign(__assign({ id: id, type: type }, payload), { encryption_contract: [], step_name: INDIVIDUAl_STEP_NAMES.INDIVIDUAl_INFO });
602
602
  return [4, API.individualService.updateIndividual(requestBody)];
603
603
  case 3:
604
604
  data = (_k.sent()).data;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tap-payments/auth-jsconnect",
3
- "version": "2.1.87-test",
3
+ "version": "2.1.88-test",
4
4
  "description": "connect library, auth",
5
5
  "private": false,
6
6
  "main": "build/index.js",