Skip to content

Commit fab3c3b

Browse files
author
Joan He
committed
MC-5596: Comments are not being added in Credit memo emails
1 parent fe7ab8c commit fab3c3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Sales/Model/Order/CreditmemoDocumentFactory.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ private function attachComment(
100100
->setIsCustomerNotified($appendComment);
101101
$creditmemo->setComments([$comment]);
102102
$creditmemo->setCustomerNote($comment->getComment());
103+
$creditmemo->setCustomerNoteNotify($appendComment);
103104
return $creditmemo;
104105
}
105106

0 commit comments

Comments
 (0)