You are here

function uc_stock_decrement_product_stock in Ubercart 6.2

Deprecated. Wrapper function for uc_stock_adjust_product_stock().

Keeps backwards compatibility with contributed modules.

File

uc_stock/uc_stock.module, line 381

Code

function uc_stock_decrement_product_stock($product, $key, $order) {
  return uc_stock_adjust_product_stock($product, $key, $order);
}