Subversion Repositories SmartDukaan

Rev

Rev 16609 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 16609 Rev 20609
Line 58... Line 58...
58
$route['recharge-status'] = 'recharge/getstatus';
58
$route['recharge-status'] = 'recharge/getstatus';
59
$route['innoviti-pay/(:num)'] = 'checkout/innovitiPayment';
59
$route['innoviti-pay/(:num)'] = 'checkout/innovitiPayment';
60
$route['innoviti-pay-response'] = 'checkout/innovitiResponse';
60
$route['innoviti-pay-response'] = 'checkout/innovitiResponse';
61
$route['shipping'] = 'checkout/shipping';
61
$route['shipping'] = 'checkout/shipping';
62
$route['payment'] = 'checkout/payment';
62
$route['payment'] = 'checkout/payment';
-
 
63
$route['payment1'] = 'checkout/payment1';
63
$route['proceed-to-pay'] = 'checkout/payment';
64
$route['proceed-to-pay'] = 'checkout/payment';
64
$route['pay-success'] = 'checkout/orderconfirmation';
65
$route['pay-success'] = 'checkout/orderconfirmation';
65
$route['pay-error'] = 'checkout/paymenterror';
66
$route['pay-error'] = 'checkout/paymenterror';
66
$route['ebs-pay-processing'] = 'checkout/ebsprocessing';
67
$route['ebs-pay-processing'] = 'checkout/ebsprocessing';
67
$route['ebs-pay-response'] = 'checkout/ebsresponse';
68
$route['ebs-pay-response'] = 'checkout/ebsresponse';