constant PAYMENT_STATUS_SUCCESS in Payment 7
A payment for which funds have been successfully transferred.
8 uses of PAYMENT_STATUS_SUCCESS
- hook_payment_pre_finish in ./
payment.api.php - Executes right before payment execution is finished.
- paymentform_payment_finish in modules/
paymentform/ paymentform.module - Implements Payment::finish_callback.
- paymentmethodbasic_payment_method_configuration_form_elements in modules/
paymentmethodbasic/ paymentmethodbasic.module - Form build callback: implements PaymentMethodController::payment_method_configuration_form_elements_callback.
- paymentmethodbasic_payment_method_defaults in modules/
paymentmethodbasic/ paymentmethodbasic.install - Returns default payment methods.
- PaymentreferenceTestQueueWebTestCase::testQueueCRUD in modules/
paymentreference/ tests/ paymentreference_test/ tests/ PaymentreferenceTestQueueWebTestCase.test
File
- ./
payment.module, line 44 - Hook implementations and shared functions.
Code
define('PAYMENT_STATUS_SUCCESS', 'payment_status_success');