You are here

constant PAYMENT_STATUS_PENDING in Payment 7

An open (pending) payment.

6 uses of PAYMENT_STATUS_PENDING
hook_payment_status_info in ./payment.api.php
Defines payment statuses.
Payment::execute in ./payment.classes.inc
Execute the actual payment.
paymentform_payment_finish in modules/paymentform/paymentform.module
Implements Payment::finish_callback.
paymentmethodbasic_payment_method_defaults in modules/paymentmethodbasic/paymentmethodbasic.install
Returns default payment methods.
PaymentTestPaymentStatusItemWebTestCase::testPaymentStatusItem in tests/payment_test/tests/PaymentTestPaymentStatusItemWebTestCase.test
Test payment status item handling.

... See full list

File

./payment.module, line 39
Hook implementations and shared functions.

Code

define('PAYMENT_STATUS_PENDING', 'payment_status_pending');