You are here

public function Avatax::getApiMode in Drupal Commerce Connector for AvaTax 7.5

Gets the API mode.

Return value

string The API mode (dev|prod).

1 call to Avatax::getApiMode()
Avatax::getApiUrl in lib/Avatax.php
Gets the API url.

File

lib/Avatax.php, line 82
Defines a class for consuming the Avatax API.

Class

Avatax
Defines the Avatax class.

Code

public function getApiMode() {
  return $this->apiMode;
}