We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe7ab8c commit fab3c3bCopy full SHA for fab3c3b
app/code/Magento/Sales/Model/Order/CreditmemoDocumentFactory.php
@@ -100,6 +100,7 @@ private function attachComment(
100
->setIsCustomerNotified($appendComment);
101
$creditmemo->setComments([$comment]);
102
$creditmemo->setCustomerNote($comment->getComment());
103
+ $creditmemo->setCustomerNoteNotify($appendComment);
104
return $creditmemo;
105
}
106
0 commit comments