Skip to content

Commit 562ce9e

Browse files
author
olysenko
committed
MAGETWO-64120: Error processing your request when placing reorder for simple product of configurable if attribute is changed
1 parent b8ed1f1 commit 562ce9e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

app/code/Magento/Sales/Model/Order/Reorder/OrderedProductAvailabilityChecker.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
/**
1212
* @api
1313
*
14+
* Class marked as an API because it can be used as extensibility point to check availability of
15+
* different product types(in order management). Can be configured through di by adding a check as a new element
16+
* of the array $productAvailabilityChecks(constructor argument). A product type should be a key for the new element.
17+
*
1418
* Class OrderedProductAvailabilityChecker
1519
*/
1620
class OrderedProductAvailabilityChecker implements OrderedProductAvailabilityCheckerInterface

app/code/Magento/Sales/Model/Order/Reorder/OrderedProductAvailabilityCheckerInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
use Magento\Sales\Model\Order\Item;
99

1010
/**
11+
* @api
12+
*
1113
* Interface OrderedProductAvailabilityCheckerInterface
1214
*/
1315
interface OrderedProductAvailabilityCheckerInterface

0 commit comments

Comments
 (0)