From b1378fa45c9e3def1e229c76e79591e765b308f9 Mon Sep 17 00:00:00 2001 From: Ganesh Date: Wed, 11 Sep 2019 12:10:57 -0400 Subject: [PATCH] Webuzo licenses list command fixes --- src/SoftaculousNOC.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SoftaculousNOC.php b/src/SoftaculousNOC.php index 6b70424..3928e7d 100644 --- a/src/SoftaculousNOC.php +++ b/src/SoftaculousNOC.php @@ -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;