Renamed add_fee event to added_fee.
Makes it consistent with e.g. coupon addition tracks.
This commit is contained in:
parent
7ef4cb637a
commit
90c0954d21
|
@ -556,7 +556,7 @@ jQuery( function ( $ ) {
|
|||
$( '#woocommerce-order-items' ).find( '.inside' ).append( response.data.html );
|
||||
wc_meta_boxes_order_items.reloaded_items();
|
||||
wc_meta_boxes_order_items.unblock();
|
||||
window.wcTracks.recordEvent( 'order_edit_add_fee', {
|
||||
window.wcTracks.recordEvent( 'order_edit_added_fee', {
|
||||
order_id: data.post_id,
|
||||
status: $( '#order_status' ).val()
|
||||
} );
|
||||
|
|
Loading…
Reference in New Issue