public function Avatax::ping in Drupal Commerce Connector for AvaTax 7.5
Tests connectivity and version of the service.
File
- lib/
Avatax.php, line 123 - Defines a class for consuming the Avatax API.
Class
- Avatax
- Defines the Avatax class.
Code
public function ping() {
return $this
->doRequest('GET', 'utilities/ping');
}