Question: Paypal Not Capture Payment

Paypal Not Capture Payment

After payment appear Error! 404 Not Found! The page you are looking for can not be found. cart/checkout How to start trouble shoot?

S

Stephen

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 ?
  • MS

    Mian Saleem

    Answered
    **[Luis Alonso Rodriguez Carrillo](/u/luis.rodriguez.mx)** You don't have to disable the csrf protection. The uris look fine. Thanks
  • Login to Reply