示例#1
0
文件: Fedex.php 项目: sshegde123/wmp8
 public function __construct()
 {
     parent::__construct();
     $wsdlBasePath = Mage::getModuleDir('etc', 'Mage_Usa') . DS . 'wsdl' . DS . 'FedEx' . DS;
     $this->_shipServiceWsdl = $wsdlBasePath . 'ShipService_v10.wsdl';
     $this->_rateServiceWsdl = $wsdlBasePath . 'RateService_v10.wsdl';
     $this->_trackServiceWsdl = $wsdlBasePath . 'TrackService_v5.wsdl';
 }
示例#2
0
 public function __construct()
 {
     parent::__construct();
     $this->_shipServiceWsdl = Mage::getModuleDir('etc', 'Mage_Usa') . DS . 'wsdl' . DS . 'FedEx' . DS . 'ShipService_v9.wsdl';
     $this->_rateServiceWsdl = Mage::getModuleDir('etc', 'Mage_Usa') . DS . 'wsdl' . DS . 'FedEx' . DS . 'RateService_v9.wsdl';
 }