@pinerohit11/testwidget 0.2.119 → 0.2.120
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 +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -2626,6 +2626,7 @@ function GetPaymentPage(props) {
|
|
2626
2626
|
const hasError = validateAchData();
|
2627
2627
|
if (hasError) return;
|
2628
2628
|
else {
|
2629
|
+
setLoading2(true);
|
2629
2630
|
let dataForm = {
|
2630
2631
|
fractalpayPublicKey: fractalpayClientKey,
|
2631
2632
|
label: (achData == null ? void 0 : achData.name) || "John Doe",
|
package/dist/index.mjs
CHANGED
@@ -2588,6 +2588,7 @@ function GetPaymentPage(props) {
|
|
2588
2588
|
const hasError = validateAchData();
|
2589
2589
|
if (hasError) return;
|
2590
2590
|
else {
|
2591
|
+
setLoading2(true);
|
2591
2592
|
let dataForm = {
|
2592
2593
|
fractalpayPublicKey: fractalpayClientKey,
|
2593
2594
|
label: (achData == null ? void 0 : achData.name) || "John Doe",
|