Jump to content

Http 500 error PayPal 3.4 on 1.5.2 Czech


tomplee

Recommended Posts

Hi, I found bug in paypal module 3.4 running on Prestashop 1.5.2 in Czech language.

Every time the module is switched on, whole shop is throwing http 500 error.

Found it is in /modules/paypal/paypal_logos.php line 60:

$result = $this->getLocalLogos($logos[$this->iso_code], $this->iso_code);

This line can’t handle CZ iso code.

As workaround I removed the line and placed:

$result = $this->getLocalLogos($logos['default'], 'default');

Regards

Tomplee

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...