constant COMMERCE_PAYMENT_STATUS_SUCCESS in Commerce Core 7
3 uses of COMMERCE_PAYMENT_STATUS_SUCCESS
- commerce_payment_example_transaction in modules/
payment/ modules/ commerce_payment_example.module - Creates an example payment transaction for the specified charge amount.
- commerce_payment_transaction_statuses in modules/
payment/ commerce_payment.module - Returns an array of transaction payment status objects for the defined payment statuses.
- hook_commerce_payment_transaction_status_info in modules/
payment/ commerce_payment.api.php - Defines payment transaction statuses.
File
- modules/
payment/ commerce_payment.module, line 18 - Defines the payment system and checkout integration.
Code
define('COMMERCE_PAYMENT_STATUS_SUCCESS', 'success');