8 calls to commerce_payment_order_balance() in Commerce Core 7
- CommercePaymentUITest::testCommercePaymentAdministration in modules/
payment/ tests/ commerce_payment_ui.test - Test the adding payments using administration pages.
- commerce_payment_commerce_payment_totals_row_info in modules/
payment/ commerce_payment.module - Implements hook_commerce_payment_totals_row_info().
- commerce_payment_commerce_payment_transaction_insert in modules/
payment/ commerce_payment.module - Implements hook_commerce_payment_transaction_insert().
- commerce_payment_handler_field_balance::render in modules/
payment/ includes/ views/ handlers/ commerce_payment_handler_field_balance.inc - Render the field.
- commerce_payment_order_transaction_add_form in modules/
payment/ includes/ commerce_payment.forms.inc - Allows an administrator to choose a payment method type and add a transaction for a specific order.
- commerce_payment_pane_checkout_form_submit in modules/
payment/ includes/ commerce_payment.checkout_pane.inc - Payment pane: submit callback.
- commerce_payment_rules_compare_balance in modules/
payment/ commerce_payment.rules.inc - Condition callback: checks the unpaid balance of an order.
- hook_commerce_payment_totals_row_info in modules/
payment/ commerce_payment.api.php - Defines rows for use in payment totals area handlers on Views.