function uc_fedex_fulfill_order_submit in FedEx Shipping 6.2
Same name and namespace in other branches
- 7.2 uc_fedex.ship.inc \uc_fedex_fulfill_order_submit()
Passes final information into shipment object.
See also
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';
}