| Line 191... |
Line 191... |
| 191 |
$response = $this->mcurl->execute($url);
|
191 |
$response = $this->mcurl->execute($url);
|
| 192 |
$data['response'] = $response['ebs']['response'];
|
192 |
$data['response'] = $response['ebs']['response'];
|
| 193 |
$response = $this->magento_model->payment_submit($data);
|
193 |
$response = $this->magento_model->payment_submit($data);
|
| 194 |
if(isset($response) && !empty($response)){
|
194 |
if(isset($response) && !empty($response)){
|
| 195 |
$ebs = $response[0]->response;
|
195 |
$ebs = $response[0]->response;
|
| 196 |
$image = base_url().'assets/images/loading.gif';
|
196 |
$image = './assets/images/loading.gif';
|
| 197 |
echo '<html>
|
197 |
echo '<html>
|
| 198 |
<head>
|
198 |
<head>
|
| 199 |
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
199 |
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
| 200 |
<title>m.saholic.com: Redirecting to EBS Payment Page</title>
|
200 |
<title>m.saholic.com: Redirecting to EBS Payment Page</title>
|
| 201 |
</head>
|
201 |
</head>
|
| Line 381... |
Line 381... |
| 381 |
$response = $this->mcurl->execute($url);
|
381 |
$response = $this->mcurl->execute($url);
|
| 382 |
$data['response'] = $response['innoviti']['response'];
|
382 |
$data['response'] = $response['innoviti']['response'];
|
| 383 |
$response = $this->magento_model->payment_submit($data);
|
383 |
$response = $this->magento_model->payment_submit($data);
|
| 384 |
if(isset($response) && !empty($response)){
|
384 |
if(isset($response) && !empty($response)){
|
| 385 |
$innoviti = $response[0]->response;
|
385 |
$innoviti = $response[0]->response;
|
| - |
|
386 |
$image = './assets/images/loading.gif';
|
| 386 |
echo '<html>
|
387 |
echo '<html>
|
| 387 |
<head>
|
388 |
<head>
|
| 388 |
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
389 |
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
| 389 |
<title>m.saholic.com: Redirecting to Innoviti Payment Page</title>
|
390 |
<title>m.saholic.com: Redirecting to Innoviti Payment Page</title>
|
| 390 |
</head>
|
391 |
</head>
|