| Server IP : 103.234.187.230 / Your IP : 216.73.216.216 Web Server : Apache System : Linux lserver42043-ind.megavelocity.net 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64 User : apache ( 48) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/b2bzend/application/views/scripts/bookinghotel/ |
Upload File : |
<?php
?>
<section id="min-wrapper1">
<div id="main-content">
<div class="container-fluid">
<div class="row">
<div class="col-md-12 text-center">
<?php if(!empty($error_msg)) { ?>
<h1 class="margin-top-bot" style="margin-top: 150px;">
Error : <?php echo $error_msg;?>
</h1>
<?php
}
else {
?>
<h1 class="margin-top-bot" style="margin-top: 150px;">
<img src="<?php echo $this->baseUrl("public/assets/images/loading.gif");?>" alt="Redirecting..." />
<br>Please wait we are processing your cancellation. Please Do not refresh page or press back button.
</h1>
<form id="cancelbooking" method="post" name="cancelbooking" action="<?php echo $this->strBookingCancelUrl; ?>">
<input name="guid" value="<?php echo $this->guid; ?>" type="thidden">
<input name="secureCode" value="<?php echo $this->walletCode; ?>" type="thidden">
<input name="stringData" value="<?php echo $this->stringData; ?>" type="thidden">
<input name="amount" value="<?php echo $this->refundAmount; ?>" type="thidden">
<input name="Firstname" value="<?php echo $this->firstname; ?>" type="thidden">
<input name="AgencySysId" value="<?php echo $this->intLoggedinUserAgencySysId; ?>" type="thidden">
<input name="AgencyUserSysId" value="<?php echo $this->intLoggedinUserId; ?>" type="thidden">
<input name="TrxType" value="<?php echo $this->strTrxType; ?>" type="thidden">
<input name="PlanType" value="<?php echo $this->intPlanType; ?>" type="thidden">
<input name="TPSysId" value="<?php echo $this->intTpSysId; ?>" type="thidden">
<input name="CustomerSysId" value="<?php echo $this->intCustomerSysId; ?>" type="thidden">
<input name="returnURL" value="<?php echo $this->strReturnURL; ?>" type="thidden">
<input name="errorURL" value="<?php echo $this->strReturnURL; ?>" type="thidden">
<input name="cancellationID" value="<?php echo $this->intCancellationId; ?>" type="thidden">
</form>
<script type='text/javascript'>
document.getElementById("cancelbooking").submit();
</script>
<?php
}
?>
</div>
</div>
</div>
</div>
</section>