@tap-payments/auth-jsconnect 2.4.43-test → 2.4.44-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.
@@ -508,6 +508,7 @@ export var updateLeadBusinessType = createAsyncThunk('updateLeadBusinessType', f
508
508
  return [4, API.accountService.createAccount(accountBody)];
509
509
  case 3:
510
510
  accountData = _f.sent();
511
+ thunkApi.dispatch(updateStepName(BUSINESS_STEP_NAMES.BUSINESS_INFO_CONFIRM));
511
512
  return [4, API.brandService.retrieveBrand(brand === null || brand === void 0 ? void 0 : brand.id)];
512
513
  case 4:
513
514
  brandRes = (_f.sent()).brand;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tap-payments/auth-jsconnect",
3
- "version": "2.4.43-test",
3
+ "version": "2.4.44-test",
4
4
  "description": "connect library, auth",
5
5
  "private": false,
6
6
  "main": "build/index.js",