Skip to content

Commit

Permalink
Merge tag '2.25.0' into develop
Browse files Browse the repository at this point in the history
2.25.0
  • Loading branch information
hipaybot committed Feb 13, 2025
2 parents dcf21db + d21578f commit 9722caf
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Changelog

## Unreleased
## 2.25.0

- **Add** : Update OneClick payment
- **Fix** : Fixed updates of orders based on multiple carriers or vendors
- **Fix** : Fixed disappearance of basket discounts when payment failed
- **Fix** : Fixed issue when requesting a HostedPage when PayPal is enabled

## 2.24.0

Expand Down
2 changes: 1 addition & 1 deletion src/hipay_enterprise/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"hipay/hipay-fullservice-sdk-php": "^2.19.1",
"symfony/polyfill-php80": "<=1.18.1"
},
"version": "2.24.0"
"version": "2.25.0"
}
2 changes: 1 addition & 1 deletion src/hipay_enterprise/hipay_enterprise.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function __construct()
{
$this->name = 'hipay_enterprise';
$this->tab = 'payments_gateways';
$this->version = '2.24.0';
$this->version = '2.25.0';
$this->module_key = 'c3c030302335d08603e8669a5210c744';
$this->ps_versions_compliancy = ['min' => '1.7.6', 'max' => _PS_VERSION_];
$this->currencies = true;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
*/
require_once dirname(__FILE__) . '/../classes/helper/dbquery/HipayDBSchemaManager.php';

function upgrade_module_2_24_0($module)
function upgrade_module_2_25_0($module)
{
$log = $module->getLogs();

$log->logInfos('Upgrade to 2.24.0');
$log->logInfos('Upgrade to 2.25.0');

try {

Expand Down

0 comments on commit 9722caf

Please sign in to comment.