Public Member Functions | |
LastschriftWS () | |
abbuchenOhneEinzugsermaechtigung ($eShopCustomerNumber, $address, $bank, $bookingList) | |
Data Fields | |
$_soapClient = NULL |
Definition at line 1484 of file class.ilPurchaseBMFGUI.php.
LastschriftWS::abbuchenOhneEinzugsermaechtigung | ( | $ | eShopCustomerNumber, | |
$ | address, | |||
$ | bank, | |||
$ | bookingList | |||
) |
Definition at line 1496 of file class.ilPurchaseBMFGUI.php.
References $bmfConfig, and $result.
{ global $bmfConfig; $tmp = array( 'mandantNr' => $bmfConfig["mandantNr"], 'eShopKundenNr' => $eShopCustomerNumber, 'lieferAdresse' => $address, 'bankverbindung' => $bank, 'buchungsListe' => $bookingList ); $result = $this->_soapClient->call("abbuchenOhneEinzugsermaechtigung", $tmp, "LastschriftWS"); return $result; }
LastschriftWS::LastschriftWS | ( | ) |
Definition at line 1489 of file class.ilPurchaseBMFGUI.php.
References $bmfConfig.
{ global $bmfConfig; $this->_soapClient = new ilBMFClient($bmfConfig["ePaymentServer"], false, false, array('curl' => array(CURLOPT_SSLCERT => $bmfConfig["clientCertificate"], CURLE_SSL_PEER_CERTIFICATE => $bmfConfig["caCertificate"], CURLOPT_TIMEOUT => (int)$bmfConfig["timeOut"]))); }
LastschriftWS::$_soapClient = NULL |
Definition at line 1487 of file class.ilPurchaseBMFGUI.php.