Skip to content

Commit

Permalink
Modify getAvailability comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Orley committed Nov 8, 2017
1 parent ac64ada commit e025167
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions htdocs/api/class/api_setup.class.php
Expand Up @@ -208,16 +208,15 @@ function getCountryByID($id, $lang = '')
return $this->_cleanObjectDatas($country);
}


/**
/**
* Get the list of delivery times.
*
* @param string $sortfield Sort field
* @param string $sortorder Sort order
* @param int $limit Number of items per page
* @param int $page Page number {@min 0}
* @param int $active Payment type is active or not {@min 0} {@max 1}
* @param string $sqlfilters SQL criteria to filter with. Syntax example "(t.code:=:'CHQ')"
* @param int $active Delivery times is active or not {@min 0} {@max 1}
* @param string $sqlfilters SQL criteria to filter with.
*
* @url GET dictionary/availability
*
Expand Down

0 comments on commit e025167

Please sign in to comment.