@tap-payments/auth-jsconnect 2.4.89-test → 2.4.91-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.
@@ -88,7 +88,7 @@ export var MerchantValidationSchema = function (isNewBrand) {
88
88
  termAndConditionChecked: yup.boolean().isTrue('check_terms_cond').required('check_terms_cond'),
89
89
  salesChannels: yup
90
90
  .array()
91
- .min(1, 'choose_atleast_one_channel')
91
+ .min(1, ' ')
92
92
  .of(yup.object().shape({
93
93
  id: yup.string().required('choose_atleast_one_channel')
94
94
  }))
@@ -109,7 +109,7 @@ export var MerchantValidationSchema = function (isNewBrand) {
109
109
  return yup.object().shape({
110
110
  salesChannels: yup
111
111
  .array()
112
- .min(1, 'choose_atleast_one_channel')
112
+ .min(1, ' ')
113
113
  .of(yup.object().shape({
114
114
  id: yup.string().required('choose_atleast_one_channel')
115
115
  }))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tap-payments/auth-jsconnect",
3
- "version": "2.4.89-test",
3
+ "version": "2.4.91-test",
4
4
  "description": "connect library, auth",
5
5
  "private": false,
6
6
  "main": "build/index.js",