// update paypal version

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9720 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vSchoener
2011-10-28 14:11:13 +00:00
parent 9a616a7f3f
commit c5dd56aa5f
+1 -1
View File
@@ -40,7 +40,7 @@ class PayPal extends PaymentModule
{
$this->name = 'paypal';
$this->tab = 'payments_gateways';
$this->version = '2.8.2';
$this->version = '2.8.3';
$this->currencies = true;
$this->currencies_mode = 'radio';