Skip to content

Commit 26b21de

Browse files
author
David Freiman
committed
Replace incorrect camelcasing so getIsCustomerNotified() can be called on the transport
1 parent ffda2eb commit 26b21de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -952,7 +952,7 @@ public function setState(
952952
'state' => $state,
953953
'status' => $status,
954954
'comment' => $comment,
955-
'isCustomerNotified' => $isCustomerNotified
955+
'is_customer_notified' => $isCustomerNotified
956956
]
957957
);
958958

0 commit comments

Comments
 (0)