From 39688d776164f9781bdc839e8772470d6c634c22 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Tue, 15 Aug 2017 23:58:19 +0200 Subject: [PATCH] Bug 18120: Update field descriptions Trying to clarify some of the descriptions. Signed-off-by: Tomas Cohen Arazi --- api/v1/swagger/definitions/vendor.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/api/v1/swagger/definitions/vendor.json b/api/v1/swagger/definitions/vendor.json index f24bdde414..71259b0924 100644 --- a/api/v1/swagger/definitions/vendor.json +++ b/api/v1/swagger/definitions/vendor.json @@ -106,7 +106,7 @@ "boolean", "null" ], - "description": "Is the library taxed when buying to this vendor" + "description": "Is the library taxed when buying from this vendor" }, "list_includes_gst": { "type": [ @@ -127,21 +127,21 @@ "number", "null" ], - "description": "Tax rate" + "description": "Default tax rate for items ordered from this vendor" }, "discount": { "type": [ "number", "null" ], - "description": "Discount offered on all items ordered from this vendor" + "description": "Default discount rate for items ordered from this vendor" }, "deliverytime": { "type": [ "integer", "null" ], - "description": "Vendor expected delivery time (in days)" + "description": "Expected delivery time (in days)" } }, "additionalProperties": false, -- 2.14.1