Function Hook_ecommerce_tax_taxjar->health_check

Definitions

sources/hooks/systems/ecommerce_tax/taxjar.php

  • Run a health check on this tax service.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: array

Returns

  • Pair: Whether or not the health check passes, and a message string (null: cannot run a health check on this service)
  • Type: ?array
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Run a health check on this tax service.
 *
 * @return ?array Pair: Whether or not the health check passes, and a message string (null: cannot run a health check on this service)
 */

public function health_check() : ?array