You are here

function uc_fedex_fulfill_order_submit in FedEx Shipping 6.2

Same name and namespace in other branches
  1. 7.2 uc_fedex.ship.inc \uc_fedex_fulfill_order_submit()

Passes final information into shipment object.

See also

uc_fedex_fulfill_order()

uc_fedex_confirm_shipment()

File

./uc_fedex.ship.inc, line 823
FedEx Web Services Rate / Available Services Quote.

Code

function uc_fedex_fulfill_order_submit($form, &$form_state) {
  $form_state['redirect'] = 'admin/store/orders/' . $form_state['values']['order_id'] . '/shipments/fedex';
}