Skip to content

Commit 5f194c6

Browse files
committed
AC-9030::Fedex API Upgrade - Resolve Review Comments
1 parent df1262f commit 5f194c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/tests/api-functional/_files/Magento/TestModuleFedex/Model/MockCurlClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
namespace Magento\TestModuleFedex\Model;
2424

2525
/**
26-
* Mock Fedex soap client factory
26+
* Mock Fedex rest client factory
2727
*/
2828
class MockCurlClient extends \Magento\Framework\HTTP\Client\Curl
2929
{

dev/tests/api-functional/_files/Magento/TestModuleFedex/Model/MockCurlFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
class MockCurlFactory extends \Magento\Framework\HTTP\Client\CurlFactory
3131
{
3232
/**
33-
* Create instance of the mock SoapClient
33+
* Create instance of the mock curlClient
3434
*
3535
* @param array $data
3636
* @return \Magento\Framework\HTTP\Client\Curl

0 commit comments

Comments
 (0)