@fractalpay/fractalpay-next-dev 0.0.307 → 0.0.308
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 +9 -1
- 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-dev",
|
|
42
|
-
version: "0.0.
|
|
42
|
+
version: "0.0.308",
|
|
43
43
|
private: false,
|
|
44
44
|
type: "module",
|
|
45
45
|
scripts: {
|
|
@@ -3614,6 +3614,10 @@ var DataCapFields = ({
|
|
|
3614
3614
|
initialize();
|
|
3615
3615
|
return () => {
|
|
3616
3616
|
resolverRef.current = null;
|
|
3617
|
+
if (initTimeoutRef.current) {
|
|
3618
|
+
clearTimeout(initTimeoutRef.current);
|
|
3619
|
+
initTimeoutRef.current = null;
|
|
3620
|
+
}
|
|
3617
3621
|
};
|
|
3618
3622
|
}, [isOpen, tokenKey]);
|
|
3619
3623
|
useEffect7(() => {
|
|
@@ -4459,6 +4463,8 @@ function GetPaymentPage(props) {
|
|
|
4459
4463
|
setSuccess(false);
|
|
4460
4464
|
setTranId("");
|
|
4461
4465
|
setSurchargeResult(null);
|
|
4466
|
+
setPaymentData(void 0);
|
|
4467
|
+
setLoadingIframe(false);
|
|
4462
4468
|
setAchData({
|
|
4463
4469
|
name: "",
|
|
4464
4470
|
routingNumber: "",
|
|
@@ -7662,6 +7668,8 @@ function PartialPayment(props) {
|
|
|
7662
7668
|
setSuccess(false);
|
|
7663
7669
|
setTranId("");
|
|
7664
7670
|
setSurchargeResult(null);
|
|
7671
|
+
setPaymentData(void 0);
|
|
7672
|
+
setLoadingIframe(false);
|
|
7665
7673
|
setAchData({
|
|
7666
7674
|
name: "",
|
|
7667
7675
|
routingNumber: "",
|