Skip to content

Commit f7ef6ae

Browse files
author
Anna Bukatar
committed
ACP2E-1206: Catalog rule should not apply for custom option
1 parent db9d6f4 commit f7ef6ae

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

app/code/Magento/Catalog/Block/Product/View/Options/AbstractOptions.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ abstract class AbstractOptions extends \Magento\Framework\View\Element\Template
5353

5454
/**
5555
* @var CalculateCustomOptionCatalogRule
56-
* @deprecated
57-
* @see ACP2E-1206
5856
*/
5957
private $calculateCustomOptionCatalogRule;
6058

app/code/Magento/Catalog/Pricing/Price/CalculateCustomOptionCatalogRule.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* Calculates prices of custom options of the product with catalog rules applied.
1616
*
1717
* @deprecated
18-
* @see ACP2E-1206
18+
* @see Catalog rule should not apply to custom option
1919
*/
2020
class CalculateCustomOptionCatalogRule
2121
{

0 commit comments

Comments
 (0)