From 1ee91ca2d9c6650c83f4b5f6abc1983fa1fef629 Mon Sep 17 00:00:00 2001 From: Shikha Mishra Date: Fri, 16 Oct 2020 16:04:01 +0530 Subject: [PATCH] Updated suggestes changes Co-authored-by: Gabriel da Gama --- app/code/Magento/Sales/Controller/Adminhtml/Order/Create.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/code/Magento/Sales/Controller/Adminhtml/Order/Create.php b/app/code/Magento/Sales/Controller/Adminhtml/Order/Create.php index 5fdf9fe031e38..6dbaa188b89e6 100644 --- a/app/code/Magento/Sales/Controller/Adminhtml/Order/Create.php +++ b/app/code/Magento/Sales/Controller/Adminhtml/Order/Create.php @@ -345,7 +345,7 @@ protected function _processActionData($action = null) } } } elseif (isset($data['coupon']['code']) && empty($couponCode)) { - $this->messageManager->addSuccessMessage(__('The coupon code has been removed.')); + $this->messageManager->addSuccessMessage(__('The coupon code has been removed.')); } return $this;