goldzhang814 пре 1 година
родитељ
комит
1fa810880d
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 1 1
      app/index/view/cart/shoppingCart.html
  2. 1 1
      app/index/view/user/orderDetails.html

+ 1 - 1
app/index/view/cart/shoppingCart.html

@@ -687,7 +687,7 @@
                 window.open(data.payment.approval_link, "_blank");
                 var interId = setInterval(function () {
                     fetchOrder(data.orderId, interId);
-                }, 2000)
+                }, 3000)
             } else if (status === 401 || status === "401") {
                 window.location.replace('../passport/logIn.html')
             } else {

+ 1 - 1
app/index/view/user/orderDetails.html

@@ -548,7 +548,7 @@
                 window.open(data.payment.approval_link, "_blank");
                 var interId = setInterval(function () {
                     fetchOrder(interId);
-                }, 2000)
+                }, 3000)
             } else if (status === 401 || status === "401") {
                 window.location.replace('../passport/logIn.html')
             } else {