GIF89a php
Current File : /home/viralhoga/public_html/method-channel.html
<!DOCTYPE html>
<html>
<head>
  <title>Thanks for your order!</title>
  <link rel="stylesheet" href="css/style.css">
  <script src="js/client.js" defer></script>
  <meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>

</body>
<script type='text/javascript'>

function postMessage(){
  var data = 
      {"order_id":"order_OiIPrBuFWZyR3t","payment_id":"pay_OiIQS9LR6MxSsR","payment_status":"success","timestamp":"2024-08-08T05:54:00.138Z"}
    ;

    var jsonData = JSON.stringify(data);

    setTimeout(function() {
        PayResponse.postMessage(jsonData);
    }, 1500); // Delay of 1500 milliseconds (1.5 seconds)
}

window.onload = postMessage;

</script>
</html>