Skip to content

Commit

Permalink
Remove whitespace from Fedex sandbox url (OpenMage#612)
Browse files Browse the repository at this point in the history
Remove white space
Fixes OpenMage#611
  • Loading branch information
Kevin authored and fplantinet committed Mar 27, 2019
1 parent ae389ae commit aefe9ba
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 aefe9ba

Please sign in to comment.