From c5dd56aa5f13f11712ae39c41ac32ca2526ac68e Mon Sep 17 00:00:00 2001 From: vSchoener Date: Fri, 28 Oct 2011 14:11:13 +0000 Subject: [PATCH] // update paypal version git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9720 b9a71923-0436-4b27-9f14-aed3839534dd --- modules/paypal/paypal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/paypal/paypal.php b/modules/paypal/paypal.php index 190ea67d2..efc425f03 100644 --- a/modules/paypal/paypal.php +++ b/modules/paypal/paypal.php @@ -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';