Skip to content

Commit f7bf43c

Browse files
author
Dmytro Yushkin
committed
MAGETWO-54134: CE module depends on EE code
- Removed redundant dependencies
1 parent 8adc05c commit f7bf43c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

app/code/Magento/Usps/Model/Carrier.php

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,19 @@
2121
*/
2222
class Carrier extends AbstractCarrierOnline implements \Magento\Shipping\Model\Carrier\CarrierInterface
2323
{
24-
/**
25-
* USPS containers
26-
*/
24+
/** @deprecated */
2725
const CONTAINER_VARIABLE = 'VARIABLE';
2826

27+
/** @deprecated */
2928
const CONTAINER_FLAT_RATE_BOX = 'FLAT RATE BOX';
3029

30+
/** @deprecated */
3131
const CONTAINER_FLAT_RATE_ENVELOPE = 'FLAT RATE ENVELOPE';
3232

33+
/** @deprecated */
3334
const CONTAINER_RECTANGULAR = 'RECTANGULAR';
3435

36+
/** @deprecated */
3537
const CONTAINER_NONRECTANGULAR = 'NONRECTANGULAR';
3638

3739
/**

0 commit comments

Comments
 (0)