| Line 53... |
Line 53... |
| 53 |
$route['^([a-zA-Z0-9]*-){2,3}+recharge$'] = 'recharge/index';
|
53 |
$route['^([a-zA-Z0-9]*-){2,3}+recharge$'] = 'recharge/index';
|
| 54 |
$route['confirm'] = 'recharge/confirm';
|
54 |
$route['confirm'] = 'recharge/confirm';
|
| 55 |
$route['confirm!rechargeAgain'] = 'recharge/recharge_again';
|
55 |
$route['confirm!rechargeAgain'] = 'recharge/recharge_again';
|
| 56 |
$route['recharge-pay-options'] = 'recharge/payOptions';
|
56 |
$route['recharge-pay-options'] = 'recharge/payOptions';
|
| 57 |
$route['recharge-result'] = 'recharge/orderconfirmation';
|
57 |
$route['recharge-result'] = 'recharge/orderconfirmation';
|
| - |
|
58 |
$route['recharge-status'] = 'recharge/getstatus';
|
| 58 |
$route['innoviti-pay/(:num)'] = 'checkout/innovitiPayment';
|
59 |
$route['innoviti-pay/(:num)'] = 'checkout/innovitiPayment';
|
| 59 |
$route['innoviti-pay-response'] = 'checkout/innovitiResponse';
|
60 |
$route['innoviti-pay-response'] = 'checkout/innovitiResponse';
|
| 60 |
$route['shipping'] = 'checkout/shipping';
|
61 |
$route['shipping'] = 'checkout/shipping';
|
| 61 |
$route['payment'] = 'checkout/payment';
|
62 |
$route['payment'] = 'checkout/payment';
|
| 62 |
$route['proceed-to-pay'] = 'checkout/payment';
|
63 |
$route['proceed-to-pay'] = 'checkout/payment';
|