diff --git a/CRM/iATS/iATSService.php b/CRM/iATS/iATSService.php index f0f7d2e..262758f 100644 --- a/CRM/iATS/iATSService.php +++ b/CRM/iATS/iATSService.php @@ -53,7 +53,7 @@ function __construct($method, $options = array()) { // initialize the request array $this->request = array(); // name space url - $this->_wsdl_url_ns = 'https://' . $iats_domain . '/NetGate/'; + $this->_wsdl_url_ns = 'https://www.iatspayments.com/NetGate/'; // TODO: go through options and ensure defaults $this->options = $options; $user_system = _iats_civicrm_domain_info('userSystem');