Skip to content

Commit 50f5b81

Browse files
author
Prabhu Ram
committed
MC-20648: Implement the changes
- Added interface for discount data
1 parent 6a98119 commit 50f5b81

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/SalesRule/Model/Rule/Action/Discount

1 file changed

+1
-1
lines changed

app/code/Magento/SalesRule/Model/Rule/Action/Discount/Data.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* @api
1212
* @since 100.0.2
1313
*/
14-
class Data implements DiscountDataInterface
14+
class Data implements \Magento\SalesRule\Api\Data\DiscountDataInterface
1515
{
1616
/**
1717
* @var float

0 commit comments

Comments
 (0)