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