Skip to content

Commit

Permalink
Merge pull request #33 from payrexx/bugfix/PP-13338
Browse files Browse the repository at this point in the history
bugfix/PP-13338: Add Platform paydirect.ch to Prestashop & Shopware 6
  • Loading branch information
vinothss4u authored Nov 15, 2024
2 parents 60ae97e + 512baaf commit 8fe21cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion payrexx/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<module>
<name>payrexx</name>
<displayName><![CDATA[Payrexx]]></displayName>
<version><![CDATA[1.5.2]]></version>
<version><![CDATA[1.5.3]]></version>
<description><![CDATA[Accept payments using Payrexx Payment gateway]]></description>
<author><![CDATA[Payrexx]]></author>
<tab><![CDATA[payments_gateways]]></tab>
Expand Down
2 changes: 1 addition & 1 deletion payrexx/payrexx.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function __construct()
$this->name = 'payrexx';
$this->tab = 'payments_gateways';
$this->module_key = '0c4dbfccbd85dd948fd9a13d5a4add90';
$this->version = '1.5.2';
$this->version = '1.5.3';
$this->author = 'Payrexx';
$this->is_eu_compatible = 1;
$this->ps_versions_compliancy = ['min' => '1.7'];
Expand Down
3 changes: 2 additions & 1 deletion payrexx/src/Config/PayrexxConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Payrexx Payment Gateway config
*
* @author Payrexx <integration@payrexx.com>
* @copyright 2023 Payrexx
* @copyright 2024 Payrexx
* @license MIT License
*/
namespace Payrexx\PayrexxPaymentGateway\Config;
Expand All @@ -26,6 +26,7 @@ public static function getPlatforms(): array
'shop-and-pay.com' => 'Shop and Pay',
'ideal-pay.ch' => 'Ideal Pay',
'payzzter.com' => 'Payzzter',
'paydirect.ch' => 'Paydirect',
];
}

Expand Down

0 comments on commit 8fe21cc

Please sign in to comment.