Skip to content

Commit 7d692b2

Browse files
committed
MAGETWO-83706: Scheduled Update to existing Group Price / Special Price removes the previously configured price, or results in changes not being saved
1 parent a46576c commit 7d692b2

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Catalog/Model/Product/Attribute/Backend/TierPrice

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Model/Product/Attribute/Backend/TierPrice/SaveHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public function execute($entity, $arguments = [])
8080
if (null !== $priceRows) {
8181
if (!is_array($priceRows)) {
8282
throw new \Magento\Framework\Exception\LocalizedException(
83-
__('Something went wrong while processing the request.')
83+
__('Tier prices data should be array, but actually other type is received')
8484
);
8585
}
8686
$websiteId = $this->storeManager->getStore($entity->getStoreId())->getWebsiteId();

0 commit comments

Comments
 (0)