You are here

function commerce_shipping_pane_service_details_refresh in Commerce Shipping 7.2

Ajax callback.

Returns the shipping details form elements that match the currently selected shipping service.

1 string reference to 'commerce_shipping_pane_service_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 168
Callback functions for the shipping module's checkout panes.

Code

function commerce_shipping_pane_service_details_refresh($form, $form_state) {
  return $form['commerce_shipping']['service_details'];
}