@tap-payments/auth-jsconnect 1.1.5-test → 1.1.6-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.
@@ -159,6 +159,7 @@ export var verifyLeadOTP = createAsyncThunk('verifyLeadOTP', function (params, t
159
159
  return [3, 11];
160
160
  case 7:
161
161
  if (!hasBusinessCRActivitiesCompleted) return [3, 8];
162
+ thunkApi.dispatch(retrieveChannels());
162
163
  thunkApi.dispatch(retrieveDataList());
163
164
  thunkApi.dispatch(handleNextScreenStep('BUSINESS_CUSTOMERS_STEP'));
164
165
  return [3, 11];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tap-payments/auth-jsconnect",
3
- "version": "1.1.5-test",
3
+ "version": "1.1.6-test",
4
4
  "description": "connect library, auth",
5
5
  "private": false,
6
6
  "main": "build/index.js",