From 2a0a85f0b4b383dd9547c4f46ea462a45a58315f Mon Sep 17 00:00:00 2001 From: tkinaba Date: Thu, 4 Dec 2025 12:11:58 -0300 Subject: [PATCH] fix: adicionar campo para valor total do pagamento --- swagger.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/swagger.json b/swagger.json index 3c2bb39..70f0971 100644 --- a/swagger.json +++ b/swagger.json @@ -54,7 +54,8 @@ "items_quantity", "cupom_fiscal", "empresa", - "pdv" + "pdv", + "total" ], "properties": { "id": { @@ -65,6 +66,12 @@ "type": "number", "format": "float", "description": "Valor total do pagamento com o saldo do RecicleBem", + "example": 10 + }, + "total": { + "type": "number", + "format": "float", + "description": "Valor total da venda", "example": 50.25 }, "items_quantity": {