parent
becdc0977d
commit
1252db79f8
|
@ -395,5 +395,5 @@ function wc_save_order_items( $order_id, $items ) {
|
|||
add_post_meta( $order_id, '_order_currency', get_woocommerce_currency(), true );
|
||||
|
||||
// inform other plugins that the items have been saved
|
||||
do_action( 'woocommerce_save_order_items', $order_id, $items );
|
||||
do_action( 'woocommerce_saved_order_items', $order_id, $items );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue