public function FedExRequestInterface::getVersion in Commerce FedEx 8
Return the current WSDL version of a service.
Parameters
string $service: The service.
Return value
mixed The current version.
Throws
\Exception
1 method overrides FedExRequestInterface::getVersion()
- FedExRequest::getVersion in src/
FedExRequest.php - Return the current WSDL version of a service.
File
- src/
FedExRequestInterface.php, line 101
Class
- FedExRequestInterface
- Manage FedEx API services.
Namespace
Drupal\commerce_fedexCode
public function getVersion($service);