|
ILIAS
Release_4_0_x_branch Revision 61816
|
Go to the source code of this file.
Data Structures | |
| class | ilPurchasePaypal |
Namespaces | |
| namespace | core |
| Class ilPaymentGUI. | |
Variables | |
| const | SUCCESS = 0 |
| const | ERROR_OPENSOCKET = 1 |
| const | ERROR_WRONG_CUSTOMER = 2 |
| const | ERROR_NOT_COMPLETED = 3 |
| const | ERROR_PREV_TRANS_ID = 4 |
| const | ERROR_WRONG_VENDOR = 5 |
| const | ERROR_WRONG_ITEMS = 6 |
| const | ERROR_FAIL = 7 |
| const ERROR_FAIL = 7 |
Definition at line 44 of file class.ilPurchasePaypal.php.
Referenced by ilPurchasePaypal\checkData(), ilPaymentShoppingCartGUI\finishPaypal(), and ilShopShoppingCartGUI\finishPaypal().
| const ERROR_NOT_COMPLETED = 3 |
Definition at line 40 of file class.ilPurchasePaypal.php.
Referenced by ilPurchasePaypal\checkData(), ilPaymentShoppingCartGUI\finishPaypal(), and ilShopShoppingCartGUI\finishPaypal().
| const ERROR_OPENSOCKET = 1 |
Definition at line 38 of file class.ilPurchasePaypal.php.
| const ERROR_PREV_TRANS_ID = 4 |
Definition at line 41 of file class.ilPurchasePaypal.php.
Referenced by ilPurchasePaypal\checkData(), ilPaymentShoppingCartGUI\finishPaypal(), and ilShopShoppingCartGUI\finishPaypal().
| const ERROR_WRONG_CUSTOMER = 2 |
Definition at line 39 of file class.ilPurchasePaypal.php.
Referenced by ilPurchasePaypal\checkData(), ilPaymentShoppingCartGUI\finishPaypal(), and ilShopShoppingCartGUI\finishPaypal().
| const ERROR_WRONG_ITEMS = 6 |
Definition at line 43 of file class.ilPurchasePaypal.php.
Referenced by ilPurchasePaypal\checkData(), ilPaymentShoppingCartGUI\finishPaypal(), and ilShopShoppingCartGUI\finishPaypal().
| const ERROR_WRONG_VENDOR = 5 |
Definition at line 42 of file class.ilPurchasePaypal.php.
Referenced by ilPurchasePaypal\checkData(), ilPaymentShoppingCartGUI\finishPaypal(), and ilShopShoppingCartGUI\finishPaypal().
| const SUCCESS = 0 |
Definition at line 37 of file class.ilPurchasePaypal.php.
Referenced by ilPurchasePaypal\checkData(), ilPaymentShoppingCartGUI\finishPaypal(), and ilShopShoppingCartGUI\finishPaypal().