Skip to content

Commit

Permalink
Merge pull request #221 from pay-now/release/1.7.10
Browse files Browse the repository at this point in the history
release 1.7.10
  • Loading branch information
DeveloperMovecloser authored Oct 30, 2024
2 parents c28eb0a + 359ad74 commit afc4677
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"require": {
"php": ">=7.2",
"ext-json": "*",
"pay-now/paynow-php-sdk": "^2.4.2",
"pay-now/paynow-php-sdk": "2.4.3",
"nyholm/psr7": "^1.2",
"php-http/curl-client": "^2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion paynow.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function __construct()
{
$this->name = 'paynow';
$this->tab = 'payments_gateways';
$this->version = '1.7.9';
$this->version = '1.7.10';
$this->ps_versions_compliancy = ['min' => '1.6.0', 'max' => _PS_VERSION_];
$this->author = 'mElements S.A.';
$this->is_eu_compatible = 1;
Expand Down
2 changes: 1 addition & 1 deletion upgrade/upgrade-1.7.9.php → upgrade/upgrade-1.7.10.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/**
* @throws PrestaShopDatabaseException
*/
function upgrade_module_1_7_9($module)
function upgrade_module_1_7_10($module)
{
try {

Expand Down

0 comments on commit afc4677

Please sign in to comment.