You are here

public function FedExRequestInterface::getTrackService in Commerce FedEx 8

Gets a new TrackService.

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\TrackService The track service.

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

File

src/FedExRequestInterface.php, line 62

Class

FedExRequestInterface
Manage FedEx API services.

Namespace

Drupal\commerce_fedex

Code

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