Function Hook_ecommerce_tax_taxjar->declare_completed
Definitions
sources/hooks/systems/ecommerce_tax/taxjar.php
- Mark an order completed on TaxJar, i.e. create a transaction if in the United States.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$tracking_id | mixed | required parameter | N/A | N/A | The tracking ID or reference data |
$txn_id | ID_TEXT | required parameter | N/A | N/A | The transaction ID |
$member_id | MEMBER | required parameter | N/A | N/A | The member ID |
$session_id | ID_TEXT | required parameter | N/A | N/A | The session ID of the purchaser |