From 6da4073acdbcc6f1ebe3178e12de971db3b9b2d6 Mon Sep 17 00:00:00 2001 From: Diane Fleming Date: Mon, 15 Dec 2014 14:20:02 -0600 Subject: [PATCH] MAGEDOC-1720: [DOC] [PAR] Sales module API --- app/code/Magento/Sales/Api/Data/InvoiceCommentInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/code/Magento/Sales/Api/Data/InvoiceCommentInterface.php b/app/code/Magento/Sales/Api/Data/InvoiceCommentInterface.php index 67a6a12939c89..491c512a70dde 100644 --- a/app/code/Magento/Sales/Api/Data/InvoiceCommentInterface.php +++ b/app/code/Magento/Sales/Api/Data/InvoiceCommentInterface.php @@ -23,7 +23,7 @@ interface InvoiceCommentInterface extends \Magento\Framework\Api\ExtensibleDataI * Parent ID. */ const PARENT_ID = 'parent_id'; - /* + /* * Is-customer-notified flag. */ const IS_CUSTOMER_NOTIFIED = 'is_customer_notified';