// Merge -> revision 8342

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8344 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2011-09-05 14:56:02 +00:00
parent 371f9a5397
commit 79fd72e461
46 changed files with 1299 additions and 249 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
<module>
<name>paypal</name>
<displayName><![CDATA[PayPal]]></displayName>
<version><![CDATA[2.8]]></version>
<version><![CDATA[2.8.1]]></version>
<description><![CDATA[Accepts payments by credit cards (CB, Visa, MasterCard, Amex, Aurore, Cofinoga, 4 stars) with PayPal.]]></description>
<author><![CDATA[]]></author>
<tab><![CDATA[payments_gateways]]></tab>
@@ -76,6 +76,7 @@
<input type="hidden" name="paymentaction" value="{$paymentaction}" />
{if $header != NULL}
<input type="hidden" name="cpp_header_image" value="{$header}" />
<input type="hidden" name="logoImage" value="{$header}" />
{/if}
<input type="hidden" name="template" value="{$template}" />
<input type="hidden" name="rm" value="2" />
+1 -1
View File
@@ -40,7 +40,7 @@ class PayPal extends PaymentModule
{
$this->name = 'paypal';
$this->tab = 'payments_gateways';
$this->version = '2.8';
$this->version = '2.8.1';
$this->currencies = true;
$this->currencies_mode = 'radio';