You are here

function hook_commerce_ups_service_list_alter in Commerce UPS 7.2

Allows modules to alter the services list.

Parameters

array $service_list:

1 invocation of hook_commerce_ups_service_list_alter()
_commerce_ups_service_list in ./commerce_ups.module
Convenience function to get UPS codes for their services.

File

./commerce_ups.api.php, line 45
Provides API documentation so other modules can interact with commerce_ups.

Code

function hook_commerce_ups_service_list_alter(array &$service_list) {
}