Skip to content

Commit

Permalink
Merge pull request #128 from vippsas/2.4.25
Browse files Browse the repository at this point in the history
Compatibility with Magento 2.4.4
  • Loading branch information
voleye authored May 6, 2022
2 parents 6a315ee + 24b586f commit d198b1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Model/Logger/Handler/Debug.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function __construct(
*
* @return bool
*/
public function isHandling(array $record)
public function isHandling(array $record): bool
{
if ($this->config && (bool)$this->config->getValue('debug')) {
return parent::isHandling($record);
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "magento2-module",
"description": "Vipps Payment Method",
"license": "proprietary",
"version": "2.4.24",
"version": "2.4.25",
"require": {
"magento/framework": "103.0.*",
"magento/module-sales": "103.0.*",
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
~ IN THE SOFTWARE.
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Vipps_Payment" setup_version="2.4.24">
<module name="Vipps_Payment" setup_version="2.4.25">
<sequence>
<module name="Magento_Sales" />
<module name="Magento_Payment" />
Expand Down

0 comments on commit d198b1c

Please sign in to comment.