Add order item meta correct ajax hook
This commit is contained in:
parent
fc87619d4c
commit
8e7e75fc83
|
@ -558,7 +558,7 @@ jQuery( function($){
|
|||
|
||||
var data = {
|
||||
order_item_id: $item.attr( 'data-order_item_id' ),
|
||||
action: 'wc_add_order_item_meta',
|
||||
action: 'woocommerce_add_order_item_meta',
|
||||
security: woocommerce_admin_meta_boxes.order_item_nonce
|
||||
};
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue