public function UPSRequestInterface::setConfig in Commerce UPS 8.3
Set the request configuration.
Parameters
array $configuration: A configuration array from a CommerceShippingMethod.
1 method overrides UPSRequestInterface::setConfig()
- UPSRequest::setConfig in src/
UPSRequest.php - Set the request configuration.
File
- src/
UPSRequestInterface.php, line 18
Class
- UPSRequestInterface
- Interface for the UPS API Service.
Namespace
Drupal\commerce_upsCode
public function setConfig(array $configuration);