ILIAS
Release_3_10_x_branch Revision 61812
|
Public Member Functions | |
ilPurchasePaypal (&$user_obj) | |
openSocket () | |
checkData ($fp) | |
__checkTransactionId ($a_id) | |
__checkItems ($a_array) | |
__saveTransaction ($a_id) | |
__sendBill ($bookings, $a_array) | |
__initShoppingCartObject () | |
__getCountries () | |
__getCountryCode ($value="") | |
__getCountryName ($value="") |
Data Fields | |
$psc_obj = null | |
$user_obj = null | |
$db = null | |
$paypalConfig |
Definition at line 45 of file class.ilPurchasePaypal.php.
ilPurchasePaypal::__checkItems | ( | $a_array | ) |
Definition at line 187 of file class.ilPurchasePaypal.php.
References $_SESSION, $total, and PAY_METHOD_PAYPAL.
Referenced by checkData().
ilPurchasePaypal::__checkTransactionId | ( | $a_id | ) |
Definition at line 177 of file class.ilPurchasePaypal.php.
References $res.
Referenced by checkData().
ilPurchasePaypal::__getCountries | ( | ) |
Definition at line 563 of file class.ilPurchasePaypal.php.
References $lng.
Referenced by __getCountryCode(), and __getCountryName().
ilPurchasePaypal::__getCountryCode | ( | $value = "" | ) |
Definition at line 596 of file class.ilPurchasePaypal.php.
References __getCountries().
ilPurchasePaypal::__getCountryName | ( | $value = "" | ) |
Definition at line 609 of file class.ilPurchasePaypal.php.
References __getCountries().
ilPurchasePaypal::__initShoppingCartObject | ( | ) |
Definition at line 558 of file class.ilPurchasePaypal.php.
Referenced by ilPurchasePaypal().
ilPurchasePaypal::__saveTransaction | ( | $a_id | ) |
Definition at line 268 of file class.ilPurchasePaypal.php.
References $_SESSION, $total, ilPaymentObject\_getObjectData(), ilPaymentPrices\_getPriceStringFromAmount(), and PAY_METHOD_PAYPAL.
Referenced by checkData().
ilPurchasePaypal::__sendBill | ( | $bookings, | |
$a_array | |||
) |
Definition at line 390 of file class.ilPurchasePaypal.php.
References $_SESSION, $tpl, ilMimeMail\From(), ilUtil\html2pdf(), and ilUtil\makeDir().
Referenced by checkData().
ilPurchasePaypal::checkData | ( | $fp | ) |
Definition at line 86 of file class.ilPurchasePaypal.php.
References $_SESSION, $auth_token, $res, __checkItems(), __checkTransactionId(), __saveTransaction(), __sendBill(), ERROR_FAIL, ERROR_NOT_COMPLETED, ERROR_PREV_TRANS_ID, ERROR_WRONG_CUSTOMER, ERROR_WRONG_ITEMS, ERROR_WRONG_VENDOR, and SUCCESS.
ilPurchasePaypal::ilPurchasePaypal | ( | & | $user_obj | ) |
Definition at line 56 of file class.ilPurchasePaypal.php.
References $_SESSION, $lng, $user_obj, __initShoppingCartObject(), and ilPaypalSettings\getInstance().
ilPurchasePaypal::openSocket | ( | ) |
Definition at line 79 of file class.ilPurchasePaypal.php.
ilPurchasePaypal::$db = null |
Definition at line 52 of file class.ilPurchasePaypal.php.
ilPurchasePaypal::$paypalConfig |
Definition at line 54 of file class.ilPurchasePaypal.php.
ilPurchasePaypal::$psc_obj = null |
Definition at line 50 of file class.ilPurchasePaypal.php.
ilPurchasePaypal::$user_obj = null |
Definition at line 51 of file class.ilPurchasePaypal.php.
Referenced by ilPurchasePaypal().