Пример #1
0
 public function testGetUser()
 {
     $user = '******';
     $this->store->setConfig('intraship/dhlonlineretoure/user', $user);
     $this->assertEquals($user, $this->config->getUser());
 }
Пример #2
0
 public function setConfig(Dhl_OnlineRetoure_Model_Config $config)
 {
     $this->_config = $config;
     $this->setUsername($this->_config->getUser())->setPassword($this->_config->getPassword())->setPortalId($this->_config->getPortalId())->setLabelFormat(Dhl_OnlineRetoure_Model_Config::ONLINERETOURE_LABEL_FORMAT)->setWsdl($this->_config->getWsdlUri());
     return $this;
 }