Skip to content

Commit fb8412d

Browse files
committed
Merge pull request #298 from magento-firedrakes/MAGETWO-34652
[Firedrakes] Sprint 42
2 parents cb750fd + 03846cd commit fb8412d

File tree

133 files changed

+2567
-549
lines changed

Some content is hidden

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

133 files changed

+2567
-549
lines changed

.htaccess

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,4 +188,4 @@
188188
## If running in cluster environment, uncomment this
189189
## http://developer.yahoo.com/performance/rules.html#etags
190190

191-
#FileETag none
191+
#FileETag none

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
@@ -7,6 +7,10 @@
77

88
use Magento\Quote\Api\Data\PaymentInterface;
99

10+
/**
11+
* Interface CartManagementInterface
12+
* @api
13+
*/
1014
interface CartManagementInterface
1115
{
1216
/**

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\CustomAttributesDataInterface
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
/**#@+

0 commit comments

Comments
 (0)