Skip to content

Commit 5a023f2

Browse files
committed
ACP2E-684: FPC is indicated as disabled after flushing Magento Cache
- Fixed logic in L2 Cache model
1 parent 112ddb4 commit 5a023f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1947,8 +1947,9 @@ protected function _formIntlShipmentRequest(\Magento\Framework\DataObject $reque
19471947
* @param \Magento\Framework\DataObject $request
19481948
* @return \Magento\Framework\DataObject
19491949
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
1950-
* @deprecated 100.2.1 This method must not be used anymore. Starting from 23.02.2018 USPS elimates API usage for
1950+
* @deprecated 100.2.1 This method must not be used anymore. Starting from 23.02.2018 USPS eliminates API usage for
19511951
* free shipping labels generating.
1952+
* @see no alternatives
19521953
*/
19531954
protected function _doShipmentRequest(\Magento\Framework\DataObject $request)
19541955
{

0 commit comments

Comments
 (0)