You are here

function uc_tax_uc_order_insert in Ubercart 8.4

Implements hook_uc_order_insert().

File

uc_tax/uc_tax.module, line 100
Ubercart Tax module.

Code

function uc_tax_uc_order_insert(OrderInterface $order) {
  uc_tax_uc_order_update($order);
}