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 09e5558 commit ad2d93eCopy full SHA for ad2d93e
app/code/Magento/Sales/Model/ResourceModel/Order/Address.php
@@ -132,8 +132,8 @@ protected function isModified(AbstractModel $entity): bool
132
if (!$entity->getId()) {
133
return true;
134
}
135
- $snapChatData = $this->entitySnapshot->getSnapshotData($entity);
136
- foreach ($snapChatData as $field => $value) {
+ $snapShotData = $this->entitySnapshot->getSnapshotData($entity);
+ foreach ($snapShotData as $field => $value) {
137
$fieldValue = $entity->getDataByKey($field);
138
if (is_numeric($fieldValue) && is_numeric($value)) {
139
if ($fieldValue !== $value) {
0 commit comments