diff --git a/includes/giant/Client.php b/includes/giant/Client.php index d49921867..dbb40ff96 100644 --- a/includes/giant/Client.php +++ b/includes/giant/Client.php @@ -17,7 +17,7 @@ function searchService($service) if (GIANT_MODETEST){ $url = 'https://giant-tst.graydon.nl'; } else { - $url = 'https://service.giant-net.com'; + $url = 'https://services.giant-net.com'; } $servicesGiant = array( 'OrderDataSet' => $url.'/credit-data/v1?wsdl',