You are here

function commerce_shipping_pane_checkout_form_details_refresh in Commerce Shipping 7

Returns the shipping details element for display via AJAX.

1 string reference to 'commerce_shipping_pane_checkout_form_details_refresh'
commerce_shipping_pane_checkout_form in includes/commerce_shipping.checkout_pane.inc
Checkout pane callback: builds a shipping quote selection form.

File

includes/commerce_shipping.checkout_pane.inc, line 101
Callback functions for the shipping module's checkout panes.

Code

function commerce_shipping_pane_checkout_form_details_refresh($form, $form_state) {
  return $form['commerce_shipping']['shipping_details'];
}