File tree Expand file tree Collapse file tree 4 files changed +4
-27
lines changed Expand file tree Collapse file tree 4 files changed +4
-27
lines changed Original file line number Diff line number Diff line change 5
5
*/
6
6
namespace Magento \Quote \Api \Data ;
7
7
8
- /**
9
- * @see \Magento\Checkout\Service\V1\Data\Cart\Currency
10
- */
11
8
interface CurrencyInterface extends \Magento \Framework \Api \ExtensibleDataInterface
12
9
{
13
10
/**
Original file line number Diff line number Diff line change @@ -473,6 +473,8 @@ public function getCurrency()
473
473
}
474
474
475
475
/**
476
+ * @codeCoverageIgnoreStart
477
+ *
476
478
* {@inheritdoc}
477
479
*/
478
480
public function getItems ()
@@ -568,6 +570,7 @@ public function getCustomerNoteNotify()
568
570
{
569
571
return $ this ->_getData ('customer_note_notify ' );
570
572
}
573
+ //@codeCoverageIgnoreEnd
571
574
572
575
/**
573
576
* Get quote store identifier
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 21
21
<preference for =" Magento\Quote\Api\Data\CartItemInterface" type =" Magento\Quote\Model\Quote\Item" />
22
22
<preference for =" Magento\Quote\Api\CartItemRepositoryInterface" type =" Magento\Quote\Model\Quote\Item\Repository" />
23
23
<preference for =" Magento\Quote\Api\CartRepositoryInterface" type =" Magento\Quote\Model\QuoteRepository" />
24
- <preference for =" Magento\Quote\Api\Data\CartSearchResultsInterface" type =" Magento\Quote\Model\QuoteSearchResults " />
24
+ <preference for =" Magento\Quote\Api\Data\CartSearchResultsInterface" type =" Magento\Framework\Api\SearchResults " />
25
25
<preference for =" Magento\Quote\Api\PaymentMethodManagementInterface" type =" \Magento\Quote\Model\PaymentMethodManagement" />
26
26
<preference for =" Magento\Quote\Api\Data\PaymentInterface" type =" \Magento\Quote\Model\Quote\Payment" />
27
27
<preference for =" Magento\Quote\Api\CouponManagementInterface" type =" Magento\Quote\Model\CouponManagement" />
You can’t perform that action at this time.
0 commit comments