We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5137d4b commit a567f09Copy full SHA for a567f09
app/code/core/Mage/Usa/Model/Shipping/Carrier/Fedex.php
@@ -133,7 +133,7 @@ protected function _createSoapClient($wsdl, $trace = false)
133
{
134
$client = new SoapClient($wsdl, array('trace' => $trace));
135
$client->__setLocation($this->getConfigFlag('sandbox_mode')
136
- ? 'https://wsbeta.fedex.com:443/web-services '
+ ? 'https://wsbeta.fedex.com:443/web-services'
137
: 'https://ws.fedex.com:443/web-services'
138
);
139
0 commit comments