Skip to content

Commit 6c37baa

Browse files
Merge pull request #2875 from Adyen/ECP-9605
[ECP-9605] Fix broken Magento 2.4.4 and 2.4.5 compatibility
2 parents a230cef + 6f1c717 commit 6c37baa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Model/Config/Adminhtml/ApplePayDomainAssociationFileButton.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ public function __construct(
4040
}
4141

4242
/**
43-
* @return $this|ApplePayDomainAssociationFileButton
43+
* @return ApplePayDomainAssociationFileButton
4444
*/
45-
protected function _prepareLayout(): ApplePayDomainAssociationFileButton|static
45+
protected function _prepareLayout(): ApplePayDomainAssociationFileButton
4646
{
4747
parent::_prepareLayout();
4848

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"magento/module-vault": ">=101.2.4",
1919
"magento/module-multishipping": ">=100.4.4",
2020
"magento/module-graph-ql": ">=100.4.4",
21-
"magento/module-instant-purchase": ">=100.4.4",
21+
"magento/module-instant-purchase": ">=100.4.3",
2222
"ext-json": "*"
2323
},
2424
"require-dev": {

0 commit comments

Comments
 (0)