Skip to content

Commit 93d698a

Browse files
author
solwininfotech
committed
static test failed exception space fix
1 parent fbe87ab commit 93d698a

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Sales/Block/Adminhtml/Order/Create/Form

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/Block/Adminhtml/Order/Create/Form/Account.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ public function getFormValues()
166166
try {
167167
$customer = $this->customerRepository->getById($this->getCustomerId());
168168
} catch (\Exception $e) {
169-
$data = [];
169+
$data = [];
170170
}
171171
$data = isset($customer)
172172
? $this->_extensibleDataObjectConverter->toFlatArray(

0 commit comments

Comments
 (0)