You are here

function CyberSourceSoapClient::__construct in Ubercart 6.2

Same name and namespace in other branches
  1. 5 payment/uc_cybersource/uc_cybersource.soap.inc \CyberSourceSoapClient::__construct()
  2. 7.3 payment/uc_cybersource/uc_cybersource.soap.inc \CyberSourceSoapClient::__construct()

File

payment/uc_cybersource/uc_cybersource.soap.inc, line 11
Defines a class used for communicating with CyberSource via SOAP.

Class

CyberSourceSoapClient
@file Defines a class used for communicating with CyberSource via SOAP.

Code

function __construct($wsdl, $options = NULL) {
  parent::__construct($wsdl, $options);
}