You are here

public function FedExRequestInterface::getShipService in Commerce FedEx 8

Gets a new ShipService.

Parameters

array $configuration: The Plugin Configuration.

array $wsdlOptions: Additional options to send to AbstractSoapClientBase.

bool $resetSoapClient: Whether to get a new soap client.

Return value

\NicholasCreativeMedia\FedExPHP\Services\ShipService The ship service.

1 method overrides FedExRequestInterface::getShipService()
FedExRequest::getShipService in src/FedExRequest.php
Gets a new ShipService.

File

src/FedExRequestInterface.php, line 88

Class

FedExRequestInterface
Manage FedEx API services.

Namespace

Drupal\commerce_fedex

Code

public function getShipService(array $configuration, array $wsdlOptions = [], $resetSoapClient = TRUE);