Skip to content

Commit e15832c

Browse files
committed
AC-13855: Penny rounding error in catalog rule
return back the logger functionality
1 parent 092e23b commit e15832c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Directory/Model/PriceCurrency.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ protected function getStore($scope = null)
140140
$scope = $this->storeManager->getStore($scope);
141141
}
142142
} catch (\Exception $e) {
143+
$this->logger->critical($e);
143144
$scope = $this->storeManager->getStore();
144145
}
145146

0 commit comments

Comments
 (0)