Correction s

This commit is contained in:
Michael RICOIS 2011-10-03 09:49:11 +00:00
parent c7c13379ea
commit 27fca7e7a6

View File

@ -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',