You are here

constant PAYMENT_STATUS_NEW in Payment 7

A new payment for which processing has not yet started.

5 uses of PAYMENT_STATUS_NEW
Payment::__construct in ./payment.classes.inc
Constructor.
PaymentmethodbasicTestPaymentMethodBasicControllerWebTestCase::testCRUD in modules/paymentmethodbasic/tests/paymentmethodbasic_test/tests/PaymentmethodbasicTestPaymentMethodBasicControllerWebTestCase.test
Test CRUD functionality.
payment_form_embedded in ./payment.ui.inc
Builds common elements for a payment add/edit form.
payment_form_standalone_submit in ./payment.ui.inc
Implements form submit callback for payment_form().
payment_payment_status_info in ./payment.payment.inc
Implements hook_payment_status_info().

File

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

Code

define('PAYMENT_STATUS_NEW', 'payment_status_new');