| Line 63... |
Line 63... |
| 63 |
$route['proceed-to-pay'] = 'checkout/payment';
|
63 |
$route['proceed-to-pay'] = 'checkout/payment';
|
| 64 |
$route['pay-success'] = 'checkout/orderconfirmation';
|
64 |
$route['pay-success'] = 'checkout/orderconfirmation';
|
| 65 |
$route['pay-error'] = 'checkout/paymenterror';
|
65 |
$route['pay-error'] = 'checkout/paymenterror';
|
| 66 |
$route['ebs-pay-processing'] = 'checkout/ebsprocessing';
|
66 |
$route['ebs-pay-processing'] = 'checkout/ebsprocessing';
|
| 67 |
$route['ebs-pay-response'] = 'checkout/ebsresponse';
|
67 |
$route['ebs-pay-response'] = 'checkout/ebsresponse';
|
| - |
|
68 |
$route['payu-pay-response'] = 'checkout/payuresponse';
|
| 68 |
$route['hdfc-pay-response'] = 'checkout/hdfcPayResponse';
|
69 |
$route['hdfc-pay-response'] = 'checkout/hdfcPayResponse';
|
| 69 |
$route['hdfc-emi-pay-response'] = 'checkout/hdfcEmiResponse';
|
70 |
$route['hdfc-emi-pay-response'] = 'checkout/hdfcEmiResponse';
|
| 70 |
$route['hdfc-recharge-response'] = 'recharge/hdfcRechargeResponse';
|
71 |
$route['hdfc-recharge-response'] = 'recharge/hdfcRechargeResponse';
|
| 71 |
$route['my-orders'] = 'myaccount/closed';
|
72 |
$route['my-orders'] = 'myaccount/closed';
|
| 72 |
$route['completed-orders'] = 'myaccount/closed';
|
73 |
$route['completed-orders'] = 'myaccount/closed';
|