You are here

function hook_commerce_usps_services_list_alter in Commerce USPS 7.2

Allows modules to alter the usps services that are available.

Parameters

array $usps_services: The array of shipping services that are available.

See also

hook_commerce_usps_services_list_alter()

1 invocation of hook_commerce_usps_services_list_alter()
commerce_usps_service_list in ./commerce_usps.module
Returns an array of USPS services and related data.

File

./commerce_usps.api.php, line 16
Defines the USPS alter functions for Drupal Commerce.

Code

function hook_commerce_usps_services_list_alter(&$usps_services) {

  // No example.
}