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 4de94a3 commit 002ac84Copy full SHA for 002ac84
app/code/Magento/Sales/Controller/Adminhtml/Order/Create/LoadBlock.php
@@ -90,8 +90,8 @@ public function execute()
90
$this->storeManager->setCurrentStore($request->getParam('store_id'));
91
}
92
try {
93
- if(!$request->getParam('payment')){
94
- $paymentData = array('payment' => array('method' => ''));
+ if (!$request->getParam('payment')) {
+ $paymentData = ['payment' => ['method' => '']];
95
$request->setParams($paymentData);
96
97
$this->_initSession()->_processData();
0 commit comments