Skip to content

Commit 18b85ab

Browse files
author
Kostiantyn Poida
committed
Merge remote-tracking branch 'remotes/origin/MAGETWO-31559' into develop
Conflicts: app/code/Magento/Paypal/Helper/Shortcut/CheckoutValidator.php app/code/Magento/Paypal/Model/Express/Checkout.php app/code/Magento/Sales/Api/Data/OrderItemInterface.php dev/tests/integration/testsuite/Magento/Paypal/Model/Express/CheckoutTest.php dev/tests/static/testsuite/Magento/Test/Legacy/_files/obsolete_classes.php dev/tests/static/testsuite/Magento/Test/Legacy/_files/obsolete_methods.php dev/tests/unit/testsuite/Magento/Paypal/Helper/Shortcut/CheckoutValidatorTest.php
1 parent a01c4dc commit 18b85ab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/code/Magento/Sales/Api/Data/OrderItemInterface.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,9 @@ interface OrderItemInterface extends \Magento\Framework\Api\ExtensibleDataInterf
264264
* Base hidden tax refunded.
265265
*/
266266
const BASE_HIDDEN_TAX_REFUNDED = 'base_hidden_tax_refunded';
267-
const IS_NOMINAL = 'is_nominal';
267+
/*
268+
* Tax canceled flag
269+
*/
268270
const TAX_CANCELED = 'tax_canceled';
269271
/*
270272
* Hidden-tax-canceled flag.

0 commit comments

Comments
 (0)