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 781684a commit fbe87abCopy full SHA for fbe87ab
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
- /** If customer does not exist do nothing. */
+ $data = [];
170
}
171
$data = isset($customer)
172
? $this->_extensibleDataObjectConverter->toFlatArray(
0 commit comments