public function AvataxLibInterface::transactionsVoid in Drupal Commerce Connector for AvaTax 8
Voids a transaction for the given order.
Parameters
\Drupal\commerce_order\Entity\OrderInterface $order: The order.
1 method overrides AvataxLibInterface::transactionsVoid()
- AvataxLib::transactionsVoid in src/
AvataxLib.php - Voids a transaction for the given order.
File
- src/
AvataxLibInterface.php, line 31
Class
- AvataxLibInterface
- Provides an interface for the AvaTax library.
Namespace
Drupal\commerce_avataxCode
public function transactionsVoid(OrderInterface $order);