Skip to content

Commit a567f09

Browse files
Kevintmotyl
authored andcommitted
Remove whitespace from Fedex sandbox url (#612)
Remove white space Fixes #611
1 parent 5137d4b commit a567f09

File tree

1 file changed

+1
-1
lines changed
  • app/code/core/Mage/Usa/Model/Shipping/Carrier

1 file changed

+1
-1
lines changed

app/code/core/Mage/Usa/Model/Shipping/Carrier/Fedex.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ protected function _createSoapClient($wsdl, $trace = false)
133133
{
134134
$client = new SoapClient($wsdl, array('trace' => $trace));
135135
$client->__setLocation($this->getConfigFlag('sandbox_mode')
136-
? 'https://wsbeta.fedex.com:443/web-services '
136+
? 'https://wsbeta.fedex.com:443/web-services'
137137
: 'https://ws.fedex.com:443/web-services'
138138
);
139139

0 commit comments

Comments
 (0)