woocommerce_payment_complete hook
This commit is contained in:
parent
bdfa552303
commit
01ac21857a
|
@ -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 );
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue