Skip to content

Commit 8a0caf9

Browse files
author
Dmytro Voskoboinikov
committed
Merge branch 'MAGETWO-32625' into MAGETWO-34652
2 parents f951933 + 28e015d commit 8a0caf9

File tree

81 files changed

+135
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+135
-0
lines changed

app/code/Magento/Quote/Api/BillingAddressManagementInterface.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
*/
66
namespace Magento\Quote\Api;
77

8+
/**
9+
* Interface BillingAddressManagementInterface
10+
* @api
11+
*/
812
interface BillingAddressManagementInterface
913
{
1014
/**

app/code/Magento/Quote/Api/CartItemRepositoryInterface.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
*/
66
namespace Magento\Quote\Api;
77

8+
/**
9+
* Interface CartItemRepositoryInterface
10+
* @api
11+
*/
812
interface CartItemRepositoryInterface
913
{
1014
/**

app/code/Magento/Quote/Api/CartManagementInterface.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
*/
66
namespace Magento\Quote\Api;
77

8+
/**
9+
* Interface CartManagementInterface
10+
* @api
11+
*/
812
interface CartManagementInterface
913
{
1014
/**

app/code/Magento/Quote/Api/CartRepositoryInterface.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
*/
66
namespace Magento\Quote\Api;
77

8+
/**
9+
* Interface CartRepositoryInterface
10+
* @api
11+
*/
812
interface CartRepositoryInterface
913
{
1014
/**

app/code/Magento/Quote/Api/CartTotalRepositoryInterface.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
*/
66
namespace Magento\Quote\Api;
77

8+
/**
9+
* Interface CartTotalRepositoryInterface
10+
* @api
11+
*/
812
interface CartTotalRepositoryInterface
913
{
1014
/**

app/code/Magento/Quote/Api/CouponManagementInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
/**
1111
* Coupon management service interface.
12+
* @api
1213
*/
1314
interface CouponManagementInterface
1415
{

app/code/Magento/Quote/Api/Data/AddressInterface.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
*/
66
namespace Magento\Quote\Api\Data;
77

8+
/**
9+
* Interface AddressInterface
10+
* @api
11+
*/
812
interface AddressInterface extends \Magento\Framework\Api\ExtensibleDataInterface
913
{
1014
/**#@+

app/code/Magento/Quote/Api/Data/CartInterface.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
*/
66
namespace Magento\Quote\Api\Data;
77

8+
/**
9+
* Interface CartInterface
10+
* @api
11+
*/
812
interface CartInterface extends \Magento\Framework\Api\ExtensibleDataInterface
913
{
1014
/**#@+

app/code/Magento/Quote/Api/Data/CartItemInterface.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
*/
66
namespace Magento\Quote\Api\Data;
77

8+
/**
9+
* Interface CartItemInterface
10+
* @api
11+
*/
812
interface CartItemInterface extends \Magento\Framework\Api\ExtensibleDataInterface
913
{
1014
/**#@+

app/code/Magento/Quote/Api/Data/CartSearchResultsInterface.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
*/
66
namespace Magento\Quote\Api\Data;
77

8+
/**
9+
* Interface CartSearchResultsInterface
10+
* @api
11+
*/
812
interface CartSearchResultsInterface extends \Magento\Framework\Api\SearchResultsInterface
913
{
1014
/**#@+

0 commit comments

Comments
 (0)