Skip to content

Commit

Permalink
Merge pull request #1 from kumar-interserver/master
Browse files Browse the repository at this point in the history
Webuzo licenses list command fixes
  • Loading branch information
kumar-interserver authored Sep 11, 2019
2 parents f8a0f95 + b1378fa commit a0869e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SoftaculousNOC.php
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ public function webuzoRefund($actid)
*/
public function webuzoLicenses($key = '', $ipAddress = '', $expiry = '', $start = 0, $len = 1000000, $email = '')
{
$this->params['ca'] = 'webuzo';
$this->params['ca'] = 'webuzo_licenses';
$this->params['lickey'] = $key;
$this->params['ips'] = $ipAddress;
$this->params['expiry'] = $expiry;
Expand Down

0 comments on commit a0869e3

Please sign in to comment.