// 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:
@@ -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" />
|
||||
|
||||
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user