public function update_fee( $item, $args ) {
        wc_deprecated_function( 'WC_Order::update_fee', '3.0', 'an interaction with the WC_Order_Item_Fee class' );
        if ( is_numeric( $item ) ) {
            $item = $this->get_item( $item );
        }