public function __construct()
 {
     parent::__construct();
     foreach ($this->getCode('condition_name') as $k => $v) {
         $this->_conditionNames[] = $k;
     }
 }
Beispiel #2
0
 public function __construct()
 {
     parent::__construct();
     $wsdlBasePath = Mage::getModuleDir('etc', 'Webshopapps_Endicia') . DS . 'wsdl' . DS . 'Endicia' . DS;
     $this->_prodRateLabelServiceWsdl = $wsdlBasePath . 'EwsLabelService.wsdl';
     $this->_prodTrackServiceWsdl = $wsdlBasePath . 'ELSTrackServices.wsdl';
     $this->_devRateLabelServiceWsdl = $wsdlBasePath . 'EwsLabelService.wsdl';
     $this->_devTrackServiceWsdl = $wsdlBasePath . 'ELSTrackServices.wsdl';
 }