Beispiel #1
0
 public function loadStoreCategories($account_id)
 {
     $cm = new EbayCategoriesModel();
     $cm->downloadStoreCategories($this->session, $account_id);
 }