| Line 287... |
Line 287... |
| 287 |
}
|
287 |
}
|
| 288 |
?>
|
288 |
?>
|
| 289 |
<html>
|
289 |
<html>
|
| 290 |
<head>
|
290 |
<head>
|
| 291 |
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
291 |
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
| 292 |
<title>m.saholic.com: Redirecting to EBS Payment Page</title>
|
292 |
<title>m.saholic.com: Redirecting to PayU Payment Gateway</title>
|
| 293 |
</head>
|
293 |
</head>
|
| 294 |
<body>
|
294 |
<body>
|
| 295 |
<div style="text-align:center; margin-top:200px;">Please wait while we redirect you to the Payment Gateway.</div>
|
295 |
<div style="text-align:center; margin-top:200px;">Please wait while we redirect you to the Payment Gateway.</div>
|
| 296 |
<div align="center" class="img">
|
296 |
<div align="center" class="img">
|
| 297 |
<img title="loading" alt="loading" src="<?php echo $image;?>">
|
297 |
<img title="loading" alt="loading" src="<?php echo $image;?>">
|
| Line 304... |
Line 304... |
| 304 |
<input name="amount" value="<?php echo $payu->amount; ?>" />
|
304 |
<input name="amount" value="<?php echo $payu->amount; ?>" />
|
| 305 |
<input name="firstname" id="firstname" value="<?php echo $payu->firstname;?>" />
|
305 |
<input name="firstname" id="firstname" value="<?php echo $payu->firstname;?>" />
|
| 306 |
<input name="email" id="email" value="<?php echo $payu->email; ?>" />
|
306 |
<input name="email" id="email" value="<?php echo $payu->email; ?>" />
|
| 307 |
<input name="phone" value="<?php echo $payu->phone; ?>" />
|
307 |
<input name="phone" value="<?php echo $payu->phone; ?>" />
|
| 308 |
<input name="productinfo" value="<?php echo $payu->productinfo; ?>" />
|
308 |
<input name="productinfo" value="<?php echo $payu->productinfo; ?>" />
|
| 309 |
<input name="surl" value="<?php echo base_url().$payu->surl; ?>" />
|
309 |
<input name="surl" value="<?php echo rtrim(base_url(), "/").$payu->surl; ?>" />
|
| 310 |
<input name="furl" value="<?php echo base_url().$payu->furl; ?>" />
|
310 |
<input name="furl" value="<?php echo rtrim(base_url(), "/").$payu->furl; ?>" />
|
| 311 |
<input name="bankcode" value="<?php echo $payu->bankcode; ?>" />
|
311 |
<input name="bankcode" value="<?php echo $payu->bankcode; ?>" />
|
| 312 |
<input name="pg" value="<?php echo $payu->pg; ?>" />
|
312 |
<input name="pg" value="<?php echo $payu->pg; ?>" />
|
| 313 |
<input name="curl" value="<?php echo base_url().$payu->curl; ?>" />
|
313 |
<input name="curl" value="<?php echo base_url().$payu->curl; ?>" />
|
| 314 |
<input type="submit" value="Submit" />
|
314 |
<input type="submit" value="Submit" />
|
| 315 |
</form>
|
315 |
</form>
|