You are here

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

Returns the HTTP headers.

Return value

array The HTTP headers used when submitting API requests.

1 call to Avatax::httpHeaders()
Avatax::setDefaultCurlOptions in lib/Avatax.php
Sets the default cURL options.

File

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

Class

Avatax
Defines the Avatax class.

Code

public function httpHeaders() {
  return $this->headers;
}