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 20d3301 commit 73bbcb9Copy full SHA for 73bbcb9
app/code/Magento/Payment/Plugin/AdminSetPaymentMethod.php
@@ -35,8 +35,8 @@ public function __construct(
35
*/
36
public function beforeImportPostData(Create $subject, array $data)
37
{
38
- if (isset($this->request->getParam('payment')['method'])) {
39
- $subject->setPaymentMethod('');
40
- }
+// if (isset($this->request->getParam('payment')['method'])) {
+// $subject->setPaymentMethod('');
+// }
41
}
42
0 commit comments