Skip to content

Commit 7ba7d5f

Browse files
committed
Merge branch 'MAGETWO-70987' into MPI-PR
2 parents 3d6393f + 2da79b2 commit 7ba7d5f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/code/Magento/Weee/Api/Data/ProductRender/WeeeAdjustmentAttributeInterface.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@
66

77
namespace Magento\Weee\Api\Data\ProductRender;
88

9+
use Magento\Framework\Api\ExtensibleDataInterface;
10+
911
/**
1012
* List of all weee attributes, their amounts, etc.., that product has
1113
* @api
1214
* @since 100.2.0
1315
*/
14-
interface WeeeAdjustmentAttributeInterface
16+
interface WeeeAdjustmentAttributeInterface extends ExtensibleDataInterface
1517
{
1618
/**
1719
* Set amount

0 commit comments

Comments
 (0)