예제 #1
0
 private function _postProcessConfig()
 {
     if ($id_ebay_profile = (int) Tools::getValue('ebay_profile')) {
         if (!EbayProfile::setProfile($id_ebay_profile)) {
             $this->html .= $this->displayError($this->l('Profile cannot be changed'));
         }
     }
 }