Skip to content

Commit

Permalink
Merge pull request #2421 from mercadopago/fix/bugs-0208
Browse files Browse the repository at this point in the history
Bugs 2/8
  • Loading branch information
hgaldino authored Aug 2, 2024
2 parents 8879745 + 451425e commit f2afad1
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
>
Expand Down
4 changes: 2 additions & 2 deletions guides/checkout-bricks/payment-brick/default-rendering.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
4 changes: 2 additions & 2 deletions guides/checkout-bricks/payment-brick/default-rendering.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
4 changes: 2 additions & 2 deletions guides/checkout-bricks/payment-brick/default-rendering.pt.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion guides/recaudos/format-specifications.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion guides/recaudos/format-specifications.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion guides/recaudos/format-specifications.pt.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions reference/api-json/payments.json
Original file line number Diff line number Diff line change
Expand Up @@ -1060,15 +1060,15 @@
{
"title": "cc_rejected_duplicated_payment",
"description": {
"en": "Transacción duplicada.",
"en": "Duplicate transaction.",
"es": "Transacción duplicada.",
"pt": "Transação duplicada."
}
},
{
"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."
}
Expand Down

0 comments on commit f2afad1

Please sign in to comment.