Skip to content

Commit

Permalink
v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks3w committed Jul 27, 2016
1 parent e509c59 commit a7856bb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Change Log

#### [v2.0.2](https://github.com/aplazame/prestashop/tree/v2.0.1) (2016-07-27)

* Add a timeout of 10 seconds for API connections.
* Fix override.

#### [v2.0.1](https://github.com/aplazame/prestashop/tree/v2.0.1) (2016-07-27)

* Fix an issue with duplicate cart IDs when ID already exists on Aplazame.
Expand Down
2 changes: 1 addition & 1 deletion aplazame/aplazame.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/
class Aplazame extends PaymentModule
{
const VERSION = '2.0.1';
const VERSION = '2.0.2';
const LOG_INFO = 1;
const LOG_WARNING = 2;
const LOG_ERROR = 3;
Expand Down
2 changes: 1 addition & 1 deletion aplazame/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<module>
<name>aplazame</name>
<displayName><![CDATA[Aplazame: compra ahora, paga despu&eacute;s]]></displayName>
<version><![CDATA[2.0.1]]></version>
<version><![CDATA[2.0.2]]></version>
<description><![CDATA[Financiamos las compras a clientes y aumentamos un 18% las ventas en tu ecommerce.]]></description>
<author><![CDATA[Aplazame]]></author><author_uri><![CDATA[https://aplazame.com]]></author_uri>
<tab><![CDATA[payments_gateways]]></tab>
Expand Down

0 comments on commit a7856bb

Please sign in to comment.