Skip to content

Commit

Permalink
Merge pull request #64 from matks/v210
Browse files Browse the repository at this point in the history
Bump to 2.1.0 and remove payment.php
  • Loading branch information
Hlavtox committed Nov 17, 2023
2 parents 7fb7e1b + 20f0337 commit 56ed278
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 43 deletions.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<module>
<name>ps_checkpayment</name>
<displayName><![CDATA[Check payment]]></displayName>
<version><![CDATA[2.0.6]]></version>
<version><![CDATA[2.1.0]]></version>
<description><![CDATA[This module allows you to accept payments by check.]]></description>
<author><![CDATA[PrestaShop]]></author>
<tab><![CDATA[payments_gateways]]></tab>
Expand Down
41 changes: 0 additions & 41 deletions payment.php

This file was deleted.

2 changes: 1 addition & 1 deletion ps_checkpayment.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function __construct()
{
$this->name = 'ps_checkpayment';
$this->tab = 'payments_gateways';
$this->version = '2.0.6';
$this->version = '2.1.0';
$this->author = 'PrestaShop';
$this->controllers = ['payment', 'validation'];

Expand Down

0 comments on commit 56ed278

Please sign in to comment.