@fractalpay/fractalpay-next 0.0.35 → 0.0.36
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.js +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -39,7 +39,7 @@ var require_package = __commonJS({
|
|
|
39
39
|
"package.json"(exports, module) {
|
|
40
40
|
module.exports = {
|
|
41
41
|
name: "@fractalpay/fractalpay-next",
|
|
42
|
-
version: "0.0.
|
|
42
|
+
version: "0.0.36",
|
|
43
43
|
private: false,
|
|
44
44
|
type: "module",
|
|
45
45
|
scripts: {
|
|
@@ -3684,7 +3684,7 @@ function GetPaymentPage(props) {
|
|
|
3684
3684
|
}
|
|
3685
3685
|
}
|
|
3686
3686
|
if (!isBankConsentChecked) {
|
|
3687
|
-
setErrorBankConsent("Above consent is
|
|
3687
|
+
setErrorBankConsent("Above consent is required");
|
|
3688
3688
|
}
|
|
3689
3689
|
setAchError(errors);
|
|
3690
3690
|
return Object.keys(errors).length > 0 || !isBankConsentChecked;
|
|
@@ -7600,7 +7600,7 @@ function PartialPayment(props) {
|
|
|
7600
7600
|
}
|
|
7601
7601
|
}
|
|
7602
7602
|
if (!isBankConsentChecked) {
|
|
7603
|
-
setErrorBankConsent("Above consent is
|
|
7603
|
+
setErrorBankConsent("Above consent is required");
|
|
7604
7604
|
}
|
|
7605
7605
|
setAchError(errors);
|
|
7606
7606
|
return Object.keys(errors).length > 0 || !isBankConsentChecked;
|
|
@@ -9756,7 +9756,7 @@ var ModelContentSky = ({ amount, bankAmount, submitBtnText = "Pay", session_toke
|
|
|
9756
9756
|
}
|
|
9757
9757
|
}
|
|
9758
9758
|
if (!isBankConsentChecked) {
|
|
9759
|
-
setErrorBankConsent("Above consent is
|
|
9759
|
+
setErrorBankConsent("Above consent is required");
|
|
9760
9760
|
}
|
|
9761
9761
|
setAchError(errors);
|
|
9762
9762
|
return Object.keys(errors).length > 0 || !isBankConsentChecked;
|