OpenCart 🇺🇦

Схема

public mixed autoSync ( )

Аргументы

Аргумент Возможный тип Описание
У метода нет аргументов

Описание

Метод пока еще не документирован.

Исходный код

set_time_limit(0);
if($this->request->post['process'] == 'categories') {
	$this->response->setOutput(json_encode($this->openbay->ebay->loadCategories()));
}elseif($this->request->post['process'] == 'settings') {
	$this->response->setOutput(json_encode($this->openbay->ebay->loadSettings()));
}elseif($this->request->post['process'] == 'store') {
	$this->response->setOutput(json_encode($this->openbay->ebay->loadSellerStore()));
}