| Current Path : /home/users/unlimited/www/api.xalonx.com/resources/views/payments/ |
| Current File : /home/users/unlimited/www/api.xalonx.com/resources/views/payments/paytmWeb.blade.php |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Payment success</title>
<script>
function closeWindow() {
setTimeout(function() {
window.close();
}, 3000);
}
window.onload = closeWindow();
</script>
</head>
<body>
<center>
<script src="https://cdn.lordicon.com/libs/frhvbuzj/lord-icon-2.0.2.js"></script>
<lord-icon
src="https://cdn.lordicon.com/lupuorrc.json"
trigger="loop"
colors="primary:#121331,secondary:#08a88a"
style="width:80px;height:80px">
</lord-icon>
<h2>Payment Received</h2> <br>
<p>Please wait..</p>
</center>
</body>
</html>