// Fix display method on paypal module

This commit is contained in:
rMalie
2011-11-28 09:10:37 +00:00
parent a68d43d1d4
commit 92bf657b87
+1 -1
View File
@@ -1315,7 +1315,7 @@ class PayPal extends PaymentModule
return $domain;
}
public static function display($file, $template, $cacheId = NULL, $compileId = NULL)
public function display($file, $template, $cacheId = NULL, $compileId = NULL)
{
if (substr(_PS_VERSION_, 0, 3) != '1.3')
return parent::displayTemplate($file, $template);