You are here

function commerce_payment_order_transaction_add_form_add_refresh in Commerce Core 7

Returns the full payment terminal form when a payment method is selected.

1 string reference to 'commerce_payment_order_transaction_add_form_add_refresh'
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.

File

modules/payment/includes/commerce_payment.forms.inc, line 173
Defines forms for creating and administering payment transactions.

Code

function commerce_payment_order_transaction_add_form_add_refresh($form, $form_state) {
  return $form;
}