5 * Implementations of Commerce Hooks
10 * Implements hook_commerce_kiala_settings_info().
12 function commerce_kiala_ps_commerce_kiala_settings_info() {
14 'packship_type' => array(
15 'group' => 'packship',
16 'default' => 'desktop',
18 'packship_ws_sender_id' => array(
19 'group' => 'packship',
23 'packship_ws_password' => array(
24 'group' => 'packship',
29 'packship_ws_url' => array(
30 'group' => 'packship',
31 'default' => 'http://packandship-ws.kiala.com/psws/order?wsdl',
33 'packship_ws_max_weight' => array(
34 'group' => 'packship',
37 'packship_ws_params' => array(
38 'group' => 'packship',