woocommerce_payment_complete hook

This commit is contained in:
Mike Jolley 2011-11-11 11:48:42 +00:00
parent bdfa552303
commit 01ac21857a
1 changed files with 1 additions and 0 deletions

View File

@ -453,6 +453,7 @@ class woocommerce_order {
$this->record_product_sales(); $this->record_product_sales();
$this->reduce_order_stock(); $this->reduce_order_stock();
do_action( 'woocommerce_payment_complete', $this->id );
} }
/** /**