Skip to content

Commit c47757d

Browse files
committed
ACP2E-3091: [Cloud] Creating the Duplicate website group price customer group in Tier Prices Api.
1 parent 2f90ada commit c47757d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Model/Product/Price/Validation/TierPriceValidator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ private function compareWebsiteValueNewPrice(TierPriceInterface $price, TierPric
565565
$website = $this->websiteRepository->getById($websiteId);
566566
$websiteCurrency = $website->getBaseCurrencyCode();
567567

568-
return $price->getWebsiteId() == $tierPrice->getWebsiteId() && $baseCurrency == $websiteCurrency;
568+
return $baseCurrency == $websiteCurrency;
569569
}
570570

571571
return $price->getWebsiteId() == $tierPrice->getWebsiteId();

0 commit comments

Comments
 (0)