Skip to content

Commit

Permalink
MAGETWO-52717: [GitHub] Configurable product disabling lowest price a…
Browse files Browse the repository at this point in the history
…ssociated product still shows its price #4419

-- add api annotation to interfaces
  • Loading branch information
vnayda committed Oct 10, 2016
1 parent 97c5483 commit 5e54a0b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

/**
* Interface BaseSelectProcessorInterface
* @api
*/
interface BaseSelectProcessorInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

/**
* Provide configurable sub-products for price calculation
* @api
*/
interface ConfigurableOptionsProviderInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

/**
* Retrieve list of products where each product contains lower price than others at least for one possible price type
* @api
*/
interface LowestPriceOptionsProviderInterface
{
Expand Down

0 comments on commit 5e54a0b

Please sign in to comment.