You are here

public function USPSShipmentBase::setConfig in Commerce USPS 8

Store the shipping method configuration.

Parameters

array $configuration:

Overrides USPSShipmentInterface::setConfig

File

src/USPSShipmentBase.php, line 61

Class

USPSShipmentBase
Class that sets the shipment details needed for the USPS request.

Namespace

Drupal\commerce_usps

Code

public function setConfig(array $configuration) {
  $this->configuration = $configuration;
}