@tap-payments/auth-jsconnect 2.4.84-test → 2.4.85-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.
@@ -521,8 +521,7 @@ export var updateLeadBrand = createAsyncThunk('updateLeadBrand', function (param
521
521
  id: '',
522
522
  name: {
523
523
  en: brandName,
524
- ar: brandName,
525
- zh: brandName
524
+ ar: brandName
526
525
  }
527
526
  };
528
527
  payload = {
@@ -699,8 +699,7 @@ export var updateLeadBusinessDataAsync = createAsyncThunk('updateLeadBusinessDat
699
699
  brandNameBody = {
700
700
  name: {
701
701
  en: brandName,
702
- ar: brandName,
703
- zh: brandName
702
+ ar: brandName
704
703
  }
705
704
  };
706
705
  payload = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tap-payments/auth-jsconnect",
3
- "version": "2.4.84-test",
3
+ "version": "2.4.85-test",
4
4
  "description": "connect library, auth",
5
5
  "private": false,
6
6
  "main": "build/index.js",