You are here

function uc_ups_fulfill_order_submit in Ubercart 5

Same name and namespace in other branches
  1. 8.4 shipping/uc_ups/src/Plugin/Ubercart/FulfillmentMethod/uc_ups.ship.inc \uc_ups_fulfill_order_submit()
  2. 6.2 shipping/uc_ups/uc_ups.ship.inc \uc_ups_fulfill_order_submit()
  3. 7.3 shipping/uc_ups/uc_ups.ship.inc \uc_ups_fulfill_order_submit()

Submit handler for uc_ups_fulfill_order().

Pass final information into shipment object.

See also

uc_ups_confirm_shipment

File

shipping/uc_ups/uc_ups.module, line 1183
Shipping quote module that interfaces with www.ups.com to get rates for small package shipments.

Code

function uc_ups_fulfill_order_submit($form_id, $form_values) {
  return 'admin/store/orders/' . $form_values['order_id'] . '/shipments/ups';
}