You are here

function uc_order_action_delete in Ubercart 7.3

Action implementation: delete an order.

File

uc_order/uc_order.module, line 2433

Code

function uc_order_action_delete($order) {
  uc_order_delete($order->order_id);
}