ILIAS
Release_4_2_x_branch Revision 61807
|
Public Member Functions | |
ilPurchasePaypal ($user_obj) | |
openSocket () | |
checkData ($fp) | |
Public Member Functions inherited from ilPurchaseBaseGUI | |
ilPurchaseBaseGUI ($user_obj, $pay_method) | |
cancel () | |
showPersonalData () | |
getPersonalData () | |
showBillConfirm () | |
executeCommand () | |
execute command | |
__addBookings ($external_data=null) | |
__sendBill ($bookings) | |
__emptyShoppingCart () | |
__clearSession () | |
__loadTemplate () | |
__buildStatusline () | |
__buildLocator () | |
__buildStylesheet () | |
__getCountries () | |
shows select box f�r countries | |
__getCountryCode ($value= '') | |
__getCountryName ($value= '') | |
__getShoppingCart () | |
__getTotalAmount () | |
getBill () | |
__showShoppingCart () |
Data Fields | |
$psc_obj = null | |
$user_obj = null | |
$pay_method = null | |
$currency = null | |
$db = null | |
$paypalConfig | |
Data Fields inherited from ilPurchaseBaseGUI | |
$ctrl | |
$tpl | |
$psc_obj = null | |
$user_obj = null | |
$coupon_obj = null | |
$error | |
$pmethod_obj = null |
Private Member Functions | |
__checkTransactionId ($a_id) | |
__checkItems ($a_array) |
Private Attributes | |
$totalVat = 0 |
Definition at line 26 of file class.ilPurchasePaypal.php.
|
private |
Definition at line 207 of file class.ilPurchasePaypal.php.
References $_SESSION, $total, and ilPaymentSettings\_getInstance().
Referenced by checkData().
|
private |
Definition at line 196 of file class.ilPurchasePaypal.php.
Referenced by checkData().
ilPurchasePaypal::checkData | ( | $fp | ) |
Definition at line 59 of file class.ilPurchasePaypal.php.
References $_REQUEST, $_SESSION, $auth_token, $result, ilPurchaseBaseGUI\__addBookings(), __checkItems(), __checkTransactionId(), 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 39 of file class.ilPurchasePaypal.php.
References $ilDB, $lng, $user_obj, ilPayMethods\_getIdByTitle(), and ilPaypalSettings\getInstance().
ilPurchasePaypal::openSocket | ( | ) |
Definition at line 52 of file class.ilPurchasePaypal.php.
References $path.
ilPurchasePaypal::$currency = null |
Definition at line 34 of file class.ilPurchasePaypal.php.
ilPurchasePaypal::$db = null |
Definition at line 35 of file class.ilPurchasePaypal.php.
ilPurchasePaypal::$pay_method = null |
Definition at line 33 of file class.ilPurchasePaypal.php.
ilPurchasePaypal::$paypalConfig |
Definition at line 36 of file class.ilPurchasePaypal.php.
ilPurchasePaypal::$psc_obj = null |
Definition at line 31 of file class.ilPurchasePaypal.php.
|
private |
Definition at line 37 of file class.ilPurchasePaypal.php.
ilPurchasePaypal::$user_obj = null |
Definition at line 32 of file class.ilPurchasePaypal.php.
Referenced by ilPurchasePaypal().