Skip to content

Commit fde4906

Browse files
committed
MAGETWO-91697: [Magento Cloud] "Tier Pricing" of Products changes to "Price" (without discount) after Updated Items and Quantities
- Fix static tests
1 parent bae17dc commit fde4906

File tree

1 file changed

+2
-1
lines changed
  • app/code/Magento/Review/Model/ResourceModel/Review/Product

1 file changed

+2
-1
lines changed

app/code/Magento/Review/Model/ResourceModel/Review/Product/Collection.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,8 @@ protected function _afterLoad()
545545
*
546546
* @return $this
547547
*/
548-
protected function prepareStoreId() {
548+
protected function prepareStoreId()
549+
{
549550
return $this;
550551
}
551552

0 commit comments

Comments
 (0)