From c06d1e412433a819ca373bbc8a51d0384b669c5e Mon Sep 17 00:00:00 2001 From: Cristian_Camargo Date: Thu, 30 May 2019 21:11:55 +0000 Subject: [PATCH] Update credito-tarjeta.json --- apigee/credito-tarjeta.json | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/apigee/credito-tarjeta.json b/apigee/credito-tarjeta.json index d4bc7e7..3026233 100644 --- a/apigee/credito-tarjeta.json +++ b/apigee/credito-tarjeta.json @@ -936,6 +936,10 @@ "cuota": { "type": "object", "properties": { + "valor": { + "type": "string", + "description": "Valor de la cuota" + }, "numeroOriginal": { "type": "string", "description": "Numero original de cuotas" @@ -946,15 +950,6 @@ } } }, - "pago": { - "type": "object", - "properties": { - "valor": { - "type": "string", - "description": "Valor del pago" - } - } - }, "interes": { "type": "object", "properties": { -- libgit2 0.26.0