diff --git a/src/StoreApi/Schemas/CartItemSchema.php b/src/StoreApi/Schemas/CartItemSchema.php index 1938c6fec08..2cfc7e8d911 100644 --- a/src/StoreApi/Schemas/CartItemSchema.php +++ b/src/StoreApi/Schemas/CartItemSchema.php @@ -61,7 +61,7 @@ public function get_properties() { 'context' => [ 'view', 'edit' ], 'readonly' => true, ], - 'quantity_increment' => [ + 'quantity_step' => [ 'description' => __( 'The amount quantity can change with.', 'woo-gutenberg-products-block' ), 'type' => 'integer', 'context' => [ 'view', 'edit' ],