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 fbe87ab commit 93d698aCopy full SHA for 93d698a
app/code/Magento/Sales/Block/Adminhtml/Order/Create/Form/Account.php
@@ -166,7 +166,7 @@ public function getFormValues()
166
try {
167
$customer = $this->customerRepository->getById($this->getCustomerId());
168
} catch (\Exception $e) {
169
- $data = [];
+ $data = [];
170
}
171
$data = isset($customer)
172
? $this->_extensibleDataObjectConverter->toFlatArray(
0 commit comments