Skip to content

Commit 5e54a0b

Browse files
author
vnayda
committed
MAGETWO-52717: [GitHub] Configurable product disabling lowest price associated product still shows its price #4419
-- add api annotation to interfaces
1 parent 97c5483 commit 5e54a0b

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

app/code/Magento/Catalog/Model/ResourceModel/Product/BaseSelectProcessorInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
/**
1111
* Interface BaseSelectProcessorInterface
12+
* @api
1213
*/
1314
interface BaseSelectProcessorInterface
1415
{

app/code/Magento/ConfigurableProduct/Pricing/Price/ConfigurableOptionsProviderInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
/**
1212
* Provide configurable sub-products for price calculation
13+
* @api
1314
*/
1415
interface ConfigurableOptionsProviderInterface
1516
{

app/code/Magento/ConfigurableProduct/Pricing/Price/LowestPriceOptionsProviderInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
/**
1111
* Retrieve list of products where each product contains lower price than others at least for one possible price type
12+
* @api
1213
*/
1314
interface LowestPriceOptionsProviderInterface
1415
{

0 commit comments

Comments
 (0)