Skip to content

Commit

Permalink
Fix OpenMage#611, only in sandbox mode
Browse files Browse the repository at this point in the history
  • Loading branch information
seansan authored Mar 1, 2019
1 parent daf9831 commit cebf653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/core/Mage/Usa/Model/Shipping/Carrier/Fedex.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ protected function _createSoapClient($wsdl, $trace = false)
{
$client = new SoapClient($wsdl, array('trace' => $trace));
$client->__setLocation($this->getConfigFlag('sandbox_mode')
? 'https://wsbeta.fedex.com:443/web-services '
? 'https://wsbeta.fedex.com:443/web-services'
: 'https://ws.fedex.com:443/web-services'
);

Expand Down

0 comments on commit cebf653

Please sign in to comment.