S
Asked
After payment appear
Error! 404 Not Found! The page you are looking for can not be found.
cart/checkout
How to start trouble shoot?
- LC
Luis Alonso Rodriguez Carrillo
Answered$config[‘csrf_protection’] = false; $config[‘csrf_token_name’] = ‘token’; $config[‘csrf_cookie_name’] = ‘token_cookie’; $config[‘csrf_expire’] = 7200; $config[‘csrf_regenerate’] = false; $config[‘csrf_exclude_uris’] = array(‘pay/[a-z]+’, ‘admin/welcome/image_upload’);
it’s okay ?
- MSAnswered
Luis Alonso Rodriguez Carrillo You don’t have to disable the csrf protection. The uris look fine. Thanks
- Login to Reply