2010-10-13 08:37:17 +00:00
|
|
|
<?php
|
|
|
|
//define('CONF_MEL_FROM', 'supportdev@scores-decisions.com');
|
|
|
|
//define('CONF_MEL_TO', 'sbeaugrand@scores-decisions.com');
|
2010-11-02 17:34:12 +00:00
|
|
|
//define('DEBUG_SOAP', 1);
|
2010-10-13 08:37:17 +00:00
|
|
|
|
2011-03-10 09:08:44 +00:00
|
|
|
define('CONF_MEL_FROM', 'contact@scores-decisions.com');
|
|
|
|
define('CONF_MEL_TO', 'supportdev@scores-decisions.com');
|
|
|
|
define('DEBUG_SOAP', 0);
|
|
|
|
|
|
|
|
|
|
|
|
define ('GIANT_MODETEST', true);
|
|
|
|
//Giant search
|
|
|
|
define ('GIANT_SEARCH_WSDL', 'https://giant-tst.graydon.nl/search/v1?wsdl');
|
|
|
|
define ('GIANT_SEARCH_USER','006');
|
|
|
|
define ('GIANT_SEARCH_PASS','ClaudeMonet');
|
|
|
|
//Giant credit-data
|
|
|
|
define ('GIANT_CREDIT_WSDL', 'https://giant-tst.graydon.nl/credit-data/v1?wsdl');
|
|
|
|
define ('GIANT_CREDIT_USER','006');
|
|
|
|
define ('GIANT_CREDIT_PASS','ClaudeMonet');
|
|
|
|
|
2010-10-13 08:37:17 +00:00
|
|
|
?>
|