From 5f723fc0d98d6a0c0db8c316118e7b985d9184f3 Mon Sep 17 00:00:00 2001 From: Claudio Sanches Date: Sat, 8 Sep 2018 22:40:27 -0300 Subject: [PATCH] Removed extra code --- includes/api/v2/class-wc-rest-orders-v2-controller.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/includes/api/v2/class-wc-rest-orders-v2-controller.php b/includes/api/v2/class-wc-rest-orders-v2-controller.php index 626b9386a31..a8e022d7111 100644 --- a/includes/api/v2/class-wc-rest-orders-v2-controller.php +++ b/includes/api/v2/class-wc-rest-orders-v2-controller.php @@ -1397,11 +1397,6 @@ class WC_REST_Orders_V2_Controller extends WC_REST_Legacy_Orders_Controller { 'type' => 'mixed', 'context' => array( 'view', 'edit' ), ), - 'instance_id' => array( - 'description' => __( 'Shipping instance ID.', 'woocommerce' ), - 'type' => 'string', - 'context' => array( 'view', 'edit' ), - ), 'total' => array( 'description' => __( 'Line total (after discounts).', 'woocommerce' ), 'type' => 'string',