Implement WHMCS Addon Dashboard with API for stats and integrate billing provider logic
This commit is contained in:
@@ -100,6 +100,11 @@ final class HexaGameCloudApiClient
|
||||
return $this->request('GET', '/api/v1/integrations/whmcs/accounts');
|
||||
}
|
||||
|
||||
public function dashboardStats(): array
|
||||
{
|
||||
return $this->request('GET', '/api/v1/integrations/whmcs/dashboard/stats');
|
||||
}
|
||||
|
||||
public function reconcileService(string $externalServiceId, array $payload = []): array
|
||||
{
|
||||
return $this->request(
|
||||
|
||||
Reference in New Issue
Block a user