Skip to content

Commit c85e790

Browse files
author
Alex Paliarush
committed
MAGETWO-65444: Add @api annotation to Msrp module
1 parent e533b9b commit c85e790

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

app/code/Magento/Msrp/Pricing/Price/MsrpPriceInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
/**
1212
* MSRP price interface
13+
*
14+
* @api
1315
*/
1416
interface MsrpPriceInterface
1517
{

app/code/Magento/Msrp/view/frontend/web/js/view/checkout/minicart/subtotal/totals.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
* Copyright © 2013-2017 Magento, Inc. All rights reserved.
33
* See COPYING.txt for license details.
44
*/
5+
6+
/**
7+
* @api
8+
*/
9+
510
define([
611
'Magento_Tax/js/view/checkout/minicart/subtotal/totals',
712
'underscore'

0 commit comments

Comments
 (0)