woocommerce_order_add_fee
This commit is contained in:
parent
c591a3fb54
commit
80ba9aa9c9
|
@ -217,7 +217,7 @@ class WC_Order {
|
|||
wc_add_order_item_meta( $item_id, '_line_total', wc_format_decimal( $fee->amount ) );
|
||||
wc_add_order_item_meta( $item_id, '_line_tax', wc_format_decimal( $fee->tax ) );
|
||||
|
||||
do_action( 'woocommerce_order_add_shipping', $this->id, $item_id, $fee );
|
||||
do_action( 'woocommerce_order_add_fee', $this->id, $item_id, $fee );
|
||||
|
||||
return $item_id;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue