You are here

function commerce_shipping_recalculate_services_refresh in Commerce Shipping 7.2

Ajax callback: Returns recalculated shipping services.

1 string reference to 'commerce_shipping_recalculate_services_refresh'
commerce_shipping_form_commerce_checkout_form_alter in ./commerce_shipping.module
Implements hook_form_FORM_ID_alter().

File

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

Code

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