@bigbinary/neeto-payments-frontend 1.4.10 → 1.4.11
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.
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +7 -7
package/dist/index.js
CHANGED
|
@@ -9133,7 +9133,7 @@ var StripeConnect = function StripeConnect(_ref) {
|
|
|
9133
9133
|
};
|
|
9134
9134
|
|
|
9135
9135
|
var VALIDATION_SCHEMA = yup.object({
|
|
9136
|
-
upiId: yup.string().matches(/^[a-zA-Z0-9
|
|
9136
|
+
upiId: yup.string().matches(/^[a-zA-Z0-9.-]{2,256}@[a-zA-Z0-9][a-zA-Z0-9-]{1,63}$/, t$1("neetoPayments.upi.form.validation.invalidUpi")).required(t$1("neetoPayments.upi.form.validation.required"))
|
|
9137
9137
|
});
|
|
9138
9138
|
|
|
9139
9139
|
var Add = withT(function (_ref) {
|