Skip to content

Commit

Permalink
Merge pull request #2875 from Adyen/ECP-9605
Browse files Browse the repository at this point in the history
[ECP-9605] Fix broken Magento 2.4.4 and 2.4.5 compatibility
  • Loading branch information
khushboo-singhvi authored Feb 5, 2025
2 parents a230cef + 6f1c717 commit 6c37baa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ public function __construct(
}

/**
* @return $this|ApplePayDomainAssociationFileButton
* @return ApplePayDomainAssociationFileButton
*/
protected function _prepareLayout(): ApplePayDomainAssociationFileButton|static
protected function _prepareLayout(): ApplePayDomainAssociationFileButton
{
parent::_prepareLayout();

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"magento/module-vault": ">=101.2.4",
"magento/module-multishipping": ">=100.4.4",
"magento/module-graph-ql": ">=100.4.4",
"magento/module-instant-purchase": ">=100.4.4",
"magento/module-instant-purchase": ">=100.4.3",
"ext-json": "*"
},
"require-dev": {
Expand Down

0 comments on commit 6c37baa

Please sign in to comment.