Skip to content

Commit ca47958

Browse files
committed
fixed domain for wsdl namespace
1 parent 03282d9 commit ca47958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CRM/iATS/iATSService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function __construct($method, $options = array()) {
5353
// initialize the request array
5454
$this->request = array();
5555
// name space url
56-
$this->_wsdl_url_ns = 'https://' . $iats_domain . '/NetGate/';
56+
$this->_wsdl_url_ns = 'https://www.iatspayments.com/NetGate/';
5757
// TODO: go through options and ensure defaults
5858
$this->options = $options;
5959
$user_system = _iats_civicrm_domain_info('userSystem');

0 commit comments

Comments
 (0)