You are here

9 string references to commerce_avatax.avatax_lib in Drupal Commerce Connector for AvaTax 8

AddressValidator::create in src/Controller/AddressValidator.php
Instantiates a new instance of this class.
Avatax::create in src/Plugin/Commerce/TaxType/Avatax.php
Creates an instance of the plugin.
TaxTypePluginTest::setUp in tests/src/Kernel/TaxTypePluginTest.php
TaxTypePluginTest::testCustomerCodeAnonymous in tests/src/Kernel/TaxTypePluginTest.php
Test that the correct customerCode is sent for anonymous users.
TaxTypePluginTest::testCustomerCodeEmail in tests/src/Kernel/TaxTypePluginTest.php
Test that the email is sent as the customerCode by default.
TaxTypePluginTest::testCustomerCodeUid in tests/src/Kernel/TaxTypePluginTest.php
Test that the uid is sent as the customerCode when configured to do so.
TaxTypePluginTest::testNoLinesWhenBillingEmpty in tests/src/Kernel/TaxTypePluginTest.php
Assert that the request array doesn't have "lines" when billing is empty.
TaxTypePluginTest::testTaxCodeResolver in tests/src/Kernel/TaxTypePluginTest.php
Tests the case code resolver.
TaxTypePluginTest::testTaxExemptions in tests/src/Kernel/TaxTypePluginTest.php
Test that the tax exemption type|number are correctly sent.