fix: adicionar campo para valor total do pagamento
This commit is contained in:
+8
-1
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user