7 calls to commerce_payment_transaction_statuses() in Commerce Core 7
- CommercePaymentTransactionEntityController::buildContent in modules/
payment/ includes/ commerce_payment_transaction.controller.inc - Builds a structured array representing the entity's content.
- commerce_payment_commerce_payment_transaction_insert in modules/
payment/ commerce_payment.module - Implements hook_commerce_payment_transaction_insert().
- commerce_payment_handler_area_totals::render in modules/
payment/ includes/ views/ handlers/ commerce_payment_handler_area_totals.inc - Render the area.
- commerce_payment_handler_filter_payment_transaction_status::get_value_options in modules/
payment/ includes/ views/ handlers/ commerce_payment_handler_filter_payment_transaction_status.inc - Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.
- commerce_payment_order_balance in modules/
payment/ commerce_payment.module - Calculates the balance of an order by subtracting the total of all successful transactions from the total of all the line items on the order.
- commerce_payment_transaction_status_load in modules/
payment/ commerce_payment.module - Returns the payment transaction status object for the specified status.
- commerce_payment_transaction_status_options_list in modules/
payment/ commerce_payment.module - Returns an options list of payment transaction statuses.