Skip to content

Commit 1c7bd5d

Browse files
author
Prabhu Ram
committed
MC-19226: Cart Promotions :: Store promotions detail on the quote
- fixed return type
1 parent 5912c53 commit 1c7bd5d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/SalesRule/Model/Data/RuleDiscount.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
namespace Magento\SalesRule\Model\Data;
99

10-
use Magento\SalesRule\Model\Rule\Action\Discount\Data;
1110
use Magento\Framework\Api\ExtensionAttributesInterface;
1211

1312
/**
@@ -22,7 +21,7 @@ class RuleDiscount extends \Magento\Framework\Api\AbstractExtensibleObject imple
2221
/**
2322
* Get Discount Data
2423
*
25-
* @return Data
24+
* @return \Magento\SalesRule\Model\Rule\Action\Discount\Data
2625
*/
2726
public function getDiscountData()
2827
{

0 commit comments

Comments
 (0)