public function AvataxLibInterface::validateAddress in Drupal Commerce Connector for AvaTax 8
Validate the give address from Drupal upon AvaTax resolved address.
Parameters
array $address: The address item.
Return value
array Return formatted array of errors and suggestions.
1 method overrides AvataxLibInterface::validateAddress()
- AvataxLib::validateAddress in src/
AvataxLib.php - Validate the give address from Drupal upon AvaTax resolved address.
File
- src/
AvataxLibInterface.php, line 67
Class
- AvataxLibInterface
- Provides an interface for the AvaTax library.
Namespace
Drupal\commerce_avataxCode
public function validateAddress(array $address);