Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
allebb committed Jan 25, 2015
1 parent ef7f643 commit b86419d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions modules/packages/code/webservice.ext.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ class webservice extends ws_xmws
{

/**
* Get the full list of packages
* Return a full list of packages configured for a specific user (reseller) account.
* @global type $zdbh
* @return type
* @return array
*/
public function GetAllPackages()
{
Expand All @@ -58,6 +58,10 @@ public function GetAllPackages()
return $dataobject->getDataObject();
}

/**
* Get and return package details for a specific package.
* @return array
*/
public function GetPackageId()
{
$request_data = $this->RawXMWSToArray($this->wsdata);
Expand Down

0 comments on commit b86419d

Please sign in to comment.