mainstack-payments 0.0.9 → 0.1.0
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.
|
@@ -26460,7 +26460,8 @@ const WL = "Payment Completed", HL = ({
|
|
|
26460
26460
|
if (Ve != null && Ve.terminate)
|
|
26461
26461
|
return;
|
|
26462
26462
|
j.submitForm();
|
|
26463
|
-
}
|
|
26463
|
+
} else
|
|
26464
|
+
j.submitForm();
|
|
26464
26465
|
},
|
|
26465
26466
|
_hover: {
|
|
26466
26467
|
opacity: 0.8,
|