Skip to content

Commit

Permalink
Add onepagecheckout support
Browse files Browse the repository at this point in the history
  • Loading branch information
ionutcalara committed Aug 3, 2020
1 parent 847f537 commit 0e71075
Show file tree
Hide file tree
Showing 7 changed files with 228 additions and 222 deletions.
2 changes: 1 addition & 1 deletion paylikepayment/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "paylike/module-paylike",
"description": "Paylike integration with payment gateway prestashop",
"type": "prestashop-module",
"version": "1.0.6",
"version": "1.0.7",
"license": [
"GPL-3.0-or-later"
],
Expand Down
2 changes: 1 addition & 1 deletion paylikepayment/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<module>
<name>paylike</name>
<displayName><![CDATA[Paylike]]></displayName>
<version><![CDATA[1.0.6]]></version>
<version><![CDATA[1.0.7]]></version>
<description><![CDATA[Receive payment with Paylike]]></description>
<author><![CDATA[Derikon]]></author>
<tab><![CDATA[payments_gateways]]></tab>
Expand Down
2 changes: 1 addition & 1 deletion paylikepayment/controllers/front/paymentreturn.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @author DerikonDevelopment <ionut@derikon.com>
* @copyright Copyright (c) permanent, DerikonDevelopment
* @license Addons PrestaShop license limitation
* @version 1.0.6
* @version 1.0.7
* @link http://www.derikon.com/
*
*/
Expand Down
4 changes: 2 additions & 2 deletions paylikepayment/paylikepayment.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @author DerikonDevelopment <ionut@derikon.com>
* @copyright Copyright (c) permanent, DerikonDevelopment
* @license Addons PrestaShop license limitation
* @version 1.0.6
* @version 1.0.7
* @link http://www.derikon.com/
*
*/
Expand All @@ -28,7 +28,7 @@ class PaylikePayment extends PaymentModule {
public function __construct() {
$this->name = 'paylikepayment';
$this->tab = 'payments_gateways';
$this->version = '1.0.6';
$this->version = '1.0.7';
$this->author = 'DerikonDevelopment';
$this->bootstrap = true;

Expand Down
Loading

0 comments on commit 0e71075

Please sign in to comment.