Skip to content

Commit 1ee91ca

Browse files
Shikha Mishragabrieldagama
Shikha Mishra
andauthored
Updated suggestes changes
Co-authored-by: Gabriel da Gama <[email protected]>
1 parent 9c09485 commit 1ee91ca

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Sales/Controller/Adminhtml/Order

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/Controller/Adminhtml/Order/Create.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ protected function _processActionData($action = null)
345345
}
346346
}
347347
} elseif (isset($data['coupon']['code']) && empty($couponCode)) {
348-
$this->messageManager->addSuccessMessage(__('The coupon code has been removed.'));
348+
$this->messageManager->addSuccessMessage(__('The coupon code has been removed.'));
349349
}
350350

351351
return $this;

0 commit comments

Comments
 (0)