diff --git a/guides/checkout-bricks/card-payment-brick/default-rendering.es.md b/guides/checkout-bricks/card-payment-brick/default-rendering.es.md index 8278fedc84..6195aefbe2 100644 --- a/guides/checkout-bricks/card-payment-brick/default-rendering.es.md +++ b/guides/checkout-bricks/card-payment-brick/default-rendering.es.md @@ -2,7 +2,7 @@ Antes de realizar la renderización del Card Payment Brick, primero ejecute los [pasos de inicialización](/developers/es/docs/checkout-bricks/common-initialization) compartidos entre todos los Bricks. A partir de esto, a continuación se presentan las informaciones necesarias para que configures y renderices el Card Payment Brick. -> NOTe +> NOTE > > Nota > diff --git a/guides/checkout-bricks/payment-brick/default-rendering.en.md b/guides/checkout-bricks/payment-brick/default-rendering.en.md index a230aa5dff..4ae4d8bb8c 100644 --- a/guides/checkout-bricks/payment-brick/default-rendering.en.md +++ b/guides/checkout-bricks/payment-brick/default-rendering.en.md @@ -2,9 +2,9 @@ Before rendering the Payment Brick, first execute the [initialization steps](/developers/en/docs/checkout-bricks/common-initialization) shared among all Bricks. From there, see below the necessary information to configure and render the Payment Brick. -> WARNING +> NOTE > -> Important +> Note > > To consult the types and specifications of the parameters and responses of the Brick functions, refer to the [technical documentation](https://github.com/mercadopago/sdk-js/blob/main/API/bricks/payment.md). diff --git a/guides/checkout-bricks/payment-brick/default-rendering.es.md b/guides/checkout-bricks/payment-brick/default-rendering.es.md index d100281943..2443761e52 100644 --- a/guides/checkout-bricks/payment-brick/default-rendering.es.md +++ b/guides/checkout-bricks/payment-brick/default-rendering.es.md @@ -2,9 +2,9 @@ Antes de realizar la renderización del Payment Brick, primero ejecute los [pasos de inicialización](/developers/es/docs/checkout-bricks/common-initialization) compartidos entre todos los Bricks. A partir de esto, a continuación se presentan las informaciones necesarias para que configures y renderices el Payment Brick. -> WARNING +> NOTE > -> Importante +> Nota > > Para consultar los tipos y especificaciones de los parámetros y respuestas de las funciones del Brick, consulte la [documentación técnica](https://github.com/mercadopago/sdk-js/blob/main/API/bricks/payment.md). diff --git a/guides/checkout-bricks/payment-brick/default-rendering.pt.md b/guides/checkout-bricks/payment-brick/default-rendering.pt.md index e1318ddc7e..494a409684 100644 --- a/guides/checkout-bricks/payment-brick/default-rendering.pt.md +++ b/guides/checkout-bricks/payment-brick/default-rendering.pt.md @@ -2,9 +2,9 @@ Antes de realizar a renderização do Payment Brick, primeiro execute os [passos de inicialização](/developers/pt/docs/checkout-bricks/common-initialization) compartilhados entre todos os Bricks. A partir disso, veja abaixo as informações necessárias para você configurar e renderizar o Payment Brick. -> WARNING +> NOTE > -> Importante +> Nota > > Para consultar tipagens e especificações dos parâmetros e respostas de funções do Brick, consulte a [documentação técnica](https://github.com/mercadopago/sdk-js/blob/main/API/bricks/payment.md). diff --git a/guides/recaudos/format-specifications.en.md b/guides/recaudos/format-specifications.en.md index f07741c532..e7802801eb 100644 --- a/guides/recaudos/format-specifications.en.md +++ b/guides/recaudos/format-specifications.en.md @@ -45,7 +45,7 @@ ext2024030614313,521998672,1002,20250312,549.57,20250315,778.87,20250318,801.87, Below is an example of an uploaded file with only the mandatory data entered correctly: ```csv -ext2024030614313,,,,,20250312,549.57,,,,,,,,,,,,,,,,,,, +ext2024030614313,,,20250312,549.57,,,,,,,,,,,,,,,,,,, ``` To identify the examples according to the mandatory fields and the order in the file, refer to the table below: diff --git a/guides/recaudos/format-specifications.es.md b/guides/recaudos/format-specifications.es.md index db416a95d4..f0d5f24e95 100644 --- a/guides/recaudos/format-specifications.es.md +++ b/guides/recaudos/format-specifications.es.md @@ -45,7 +45,7 @@ ext2024030614313,521998672,1002,20250312,549.57,20250315,778.87,20250318,801.87, Este otro archivo, en cambio, es un ejemplo de archivo cargado sólo con datos obligatorios ingresados de manera correcta: ```csv -ext2024030614313,,,,,20250312,549.57,,,,,,,,,,,,,,,,,,, +ext2024030614313,,,20250312,549.57,,,,,,,,,,,,,,,,,,, ``` Para identificar los ejemplos de acuerdo con la obligatoriedad y el orden en el archivo, consulta la tabla a continuación: diff --git a/guides/recaudos/format-specifications.pt.md b/guides/recaudos/format-specifications.pt.md index ce6af90d7f..8aa1e86b23 100644 --- a/guides/recaudos/format-specifications.pt.md +++ b/guides/recaudos/format-specifications.pt.md @@ -45,7 +45,7 @@ ext2024030614313,521998672,1002,20250312,549.57,20250315,778.87,20250318,801.87, A seguir, um exemplo de arquivo carregado apenas com os dados obrigatórios inseridos corretamente: ```csv -ext2024030614313,,,,,20250312,549.57,,,,,,,,,,,,,,,,,,, +ext2024030614313,,,20250312,549.57,,,,,,,,,,,,,,,,,,, ``` Para identificar os exemplos de acordo com a obrigatoriedade e a ordem no arquivo, consulte a tabela abaixo: diff --git a/reference/api-json/payments.json b/reference/api-json/payments.json index 27fde64513..c1f72595a4 100644 --- a/reference/api-json/payments.json +++ b/reference/api-json/payments.json @@ -1060,7 +1060,7 @@ { "title": "cc_rejected_duplicated_payment", "description": { - "en": "Transacción duplicada.", + "en": "Duplicate transaction.", "es": "Transacción duplicada.", "pt": "Transação duplicada." } @@ -1068,7 +1068,7 @@ { "title": "cc_rejected_high_risk", "description": { - "en": "Rechazo por Prevención de Fraude.", + "en": "Rejection due to Fraud Prevention.", "es": "Rechazo por Prevención de Fraude.", "pt": "Rejeição por Prevenção de Fraude." }