Skip to content

Commit 2f7b621

Browse files
irenelagnoisitnikov
authored andcommitted
MAGETWO-51390: Private Data of Registered Customer May Be Retrieved with Quote Web API by Anonymous
1 parent ed50add commit 2f7b621

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

app/code/Magento/Quote/Model/QuoteManagement.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,7 @@ protected function _prepareCustomerQuote($quote)
563563

564564
/**
565565
* @return QuoteIdMaskFactory
566+
* @deprecated
566567
*/
567568
private function getQuoteIdMaskFactory()
568569
{

app/code/Magento/Quote/Test/Unit/Model/QuoteManagementTest.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,6 @@ class QuoteManagementTest extends \PHPUnit_Framework_TestCase
126126
*/
127127
protected $quoteFactoryMock;
128128

129-
/**
130-
* @var \PHPUnit_Framework_MockObject_MockObject
131-
*/
132-
private $quoteIdFactoryMock;
133-
134129
/**
135130
* @var \PHPUnit_Framework_MockObject_MockObject
136131
*/

0 commit comments

Comments
 (0)