Removed extra code

This commit is contained in:
Claudio Sanches 2018-09-08 22:40:27 -03:00
parent e154b9d0a6
commit 5f723fc0d9
1 changed files with 0 additions and 5 deletions

View File

@ -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',