Skip to content

Commit c037435

Browse files
committed
ACP2E-3930: [QUANS] - Does Magento_Fedex core module check for a valid-active token before sending a request to get a new one?
1 parent 7787d45 commit c037435

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -968,6 +968,7 @@ protected function _getAccessToken(): string|null
968968
* @param string|null $apiKey
969969
* @param string|null $secretKey
970970
* @return string|null
971+
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
971972
*/
972973
private function retrieveAccessToken(?string $apiKey, ?string $secretKey): string|null
973974
{

0 commit comments

Comments
 (0)