Skip to content

Commit

Permalink
fixed domain for wsdl namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
adixon committed Jan 16, 2014
1 parent 03282d9 commit ca47958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/iATS/iATSService.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit ca47958

Please sign in to comment.