| 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/buyhotel/ |
Upload File : |
<!--Page main section start-->
<section id="min-wrapper" class="active">
<div id="main-content">
<div class="container-fluid">
<div class="row">
<div class="col-md-12">
<!--Top header start-->
<h3 class="ls-top-header">Booking</h3>
<!--Top header end -->
<!--Top breadcrumb start -->
<ol class="breadcrumb">
<li><a href="#"><i class="fa fa-home"></i></a></li>
<li class="active">Book Now</li>
</ol>
<!--Top breadcrumb start -->
</div>
</div>
<!-- Main Content Element Start-->
<div class="row">
<div class="col-md-12">
<div class="panel panel-default">
<div class="panel-body whbg">
<a href="/buyhotel/"><label class="inlinebl orange small no-margin" style="padding-right:15px;"><span class="btn btn-warning btn-round btn-xs" style="cursor:default;"><strong>1</strong></span> <strong>Hotel Search</strong></label></a>
<a href="/buyhotel/search-results/"><label class="inlinebl orange small no-margin" style="padding-right:15px;"><span class="btn btn-warning btn-round btn-xs" style="cursor:default;"><strong>2</strong></span> <strong>Hotel Results</strong></label></a>
<a href="/buyhotel/hotel-guest-detail/"><label class="inlinebl orange small no-margin" style="padding-right:15px;"><span class="btn btn-warning btn-round btn-xs" style="cursor:default;"><strong>3</strong></span> <strong>Hotel Guest Detail</strong></label></a>
<a href="javascript:void(0);"><label class="inlinebl green small no-margin" style="padding-right:15px;"><span class="btn ls-green-btn btn-round btn-xs" style="cursor:default;"><strong>4</strong></span> <strong>Hotel Review Booking</strong></label></a>
<a href="javascript:void(0);" onclick="alert('Please complete previous steps before proceed');"><label class="inlinebl graytxt small no-margin" style="padding-right:15px;"><span class="btn btn-default btn-round btn-xs" style="cursor:default;"><strong>5</strong></span> <strong>Hotel Booking Confirmation</strong></label></a>
</div>
<div class="clearfix"></div></div>
</div>
<div class="col-md-12" style="" id="confRev">
<div class="alert alert-danger">
<?php echo $_SESSION['PAYMENT_MES']; ?>
</div>
</div>
<div class="col-md-12">
<div class="col-md-12 no-padding">
<div style="text-align: center; padding: 30px;">
<h2>[ Please do not refresh or press back button, We are Processing Your Refund... ]</h2>
<img src="<?php echo $this->baseUrl('public/assets/images/loader.gif'); ?>">
</div>
</div>
<div class="clear"></div></div>
</div>
<!-- Main Content Element End-->
</div>
</div>
<form name="refund" id="refund" action="<?php echo $this->refundUrl ?>" method="post">
<input name="guid" value="<?php echo $this->guid; ?>" type="thidden">
<input name="walletcode" value="<?php echo $this->walletCode; ?>" type="thidden">
<input name="amount" value="<?php echo $this->intGrandPayableAmount; ?>" type="thidden">
<input name="Firstname" value="<?php echo $this->CustomerFirstName; ?>" type="thidden">
<input name="AgencyUserSysId" value="<?php echo $this->intLoggedinUserId; ?>" type="thidden">
<input name="AgencySysId" value="<?php echo $this->intLoggedinUserAgencySysId; ?>" type="thidden">
<input name="TrxType" value="<?php echo $this->strTrxType; ?>" type="thidden">
<input name="TrxSysId" value="<?php echo $this->TrxSysId; ?>" 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->strErrorURL; ?>" type="thidden">
<input name="stringData" value="<?php echo $this->stringData; ?>" type="thidden">
<input type="thidden" name="Status" id="Status" value="refund" />
<input type="thidden" name="Reason" id="Reason" value="API Failed" />
</form
<script src="<?php echo $this->baseUrl('public/js/flight/flight.js'); ?>"></script>
<?php echo $this->render("newfooter.phtml"); ?>
<?php echo $this->render('copyrightfooter.phtml'); ?>
</section>
<!--Page main section end -->
<script type="text/javascript">
setTimeout(function(){
$("#refund").submit();
},3000);
</script>