We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8062e3b commit 313c221Copy full SHA for 313c221
app/code/Magento/Payment/Plugin/AdminSetPaymentMethod.php
@@ -1,8 +1,10 @@
1
<?php
2
/**
3
- * Copyright © Magento, Inc. All rights reserved.
4
- * See COPYING.txt for license details.
+ * Copyright 2024 Adobe
+ * All Rights Reserved.
5
*/
6
+declare(strict_types=1);
7
+
8
namespace Magento\Payment\Plugin;
9
10
use Magento\Framework\App\RequestInterface;
app/code/Magento/Payment/etc/adminhtml/di.xml
@@ -1,8 +1,8 @@
<?xml version="1.0"?>
<!--
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
0 commit comments