From 30e165a7d915286a31faf2ea57c563a78b2ffb03 Mon Sep 17 00:00:00 2001 From: vSchoener Date: Fri, 28 Oct 2011 14:11:13 +0000 Subject: [PATCH] // update paypal version --- 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';