Jump to content

psantos10

Members
  • Posts

    2
  • Joined

  • Last visited

Profile Information

  • First Name
    Patrício
  • Last Name
    dos Santos

psantos10's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I had this problem too. What I did to solve is, was find this file: https://github.com/PrestaShop/paypal/blob/df46f740003ca41a878441195fef52d52ef19c0c/express_checkout/process.php And change the line #284: $fields['PAYMENTREQUEST_0_SHIPTOCOUNTRYCODE'] = $country->iso_code; To: $fields['PAYMENTREQUEST_0_SHIPTOCOUNTRYCODE'] = 'PT'; //$country->iso_code; For your case, I think should be: $fields['PAYMENTREQUEST_0_SHIPTOCOUNTRYCODE'] = 'US'; // $country->iso_code;
  2. I am trying to install Prestashop on production machine and local one. Both give me the same error: I found this link: https://github.com/PrestaShop/PrestaShop/commit/8134781f64053826c8c21402ef7d46bf6ca1bad4 and I made the same modification, but the problem still the same. How can I solve this?
×
×
  • Create New...