You are here

function commerce_checkout_login_checkout_form_refresh in Commerce Checkout Login 7

Ajax callback: returns the account information pane to an AJAX request.

1 string reference to 'commerce_checkout_login_checkout_form_refresh'
commerce_checkout_login_form_commerce_checkout_form_alter in ./commerce_checkout_login.module
Implements hook_form_FORM_ID_alter().

File

./commerce_checkout_login.module, line 61
Adds an inline login form to the Account Information checkout pane.

Code

function commerce_checkout_login_checkout_form_refresh($form, $form_state) {
  return $form['account']['login'];
}