From 00842afe60b0ec64a52043af996a958752d76e90 Mon Sep 17 00:00:00 2001 From: Lari Taskula Date: Mon, 6 Feb 2017 15:42:07 +0200 Subject: [PATCH] [SIGNED-OFF] Bug 15165: Remove meansofpayment parameter Accountlines does not have such column in current master. Signed-off-by: Josef Moravec --- api/v1/swagger/definitions/accountline.json | 3 --- api/v1/swagger/paths/accountlines.json | 3 --- 2 files changed, 6 deletions(-) diff --git a/api/v1/swagger/definitions/accountline.json b/api/v1/swagger/definitions/accountline.json index 3bfe370..d3691bd 100644 --- a/api/v1/swagger/definitions/accountline.json +++ b/api/v1/swagger/definitions/accountline.json @@ -48,9 +48,6 @@ }, "manager_id": { "description": "Borrowernumber of user that created the account line" - }, - "meansofpayment": { - "description": "Means of payment" } } } diff --git a/api/v1/swagger/paths/accountlines.json b/api/v1/swagger/paths/accountlines.json index 726ffb7..1d262e0 100644 --- a/api/v1/swagger/paths/accountlines.json +++ b/api/v1/swagger/paths/accountlines.json @@ -62,9 +62,6 @@ }, "note": { "description": "Accountline note" - }, - "meansofpayment": { - "description": "Means of payment" } } } -- 2.1.4