Public Member Functions | |
| LastschriftWS () | |
| abbuchenOhneEinzugsermaechtigung ($eShopCustomerNumber, $address, $bank, $bookingList) | |
Data Fields | |
| $_soapClient = NULL | |
Definition at line 1453 of file class.ilPurchaseBMFGUI.php.
| LastschriftWS::abbuchenOhneEinzugsermaechtigung | ( | $ | eShopCustomerNumber, | |
| $ | address, | |||
| $ | bank, | |||
| $ | bookingList | |||
| ) |
Definition at line 1465 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 1458 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 1456 of file class.ilPurchaseBMFGUI.php.
1.7.1