Skip to content

Commit

Permalink
Merge pull request #2333 from mercadopago/fix/bugs0504
Browse files Browse the repository at this point in the history
Fix/bugs-0504
  • Loading branch information
hgaldino authored Apr 5, 2024
2 parents 1f78233 + 5348e3e commit 6fa36ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion guides/checkout-api-v2/integrate-pix.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ Follow the steps below to render the QR code and make copy and paste available.

[[[
```html
<img src={`data:image/jpeg;base64,${qr_code_base64}}`/>
<img src={`data:image/jpeg;base64,${qr_code_base64}`}/>

```
]]]
Expand Down
2 changes: 1 addition & 1 deletion guides/checkout-api-v2/integrate-pix.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ Sigue las etapas que se indican a continuación para renderizar el código QR y

[[[
```html
<img src={`data:image/jpeg;base64,${qr_code_base64}}`/>
<img src={`data:image/jpeg;base64,${qr_code_base64}`}/>

```
]]]
Expand Down
2 changes: 1 addition & 1 deletion guides/checkout-api-v2/integrate-pix.pt.md
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ Siga as etapas abaixo para renderizar o QR code e disponibilizar o recurso copia

[[[
```html
<img src={`data:image/jpeg;base64,${qr_code_base64}}`/>
<img src={`data:image/jpeg;base64,${qr_code_base64}`}/>

```
]]]
Expand Down

0 comments on commit 6fa36ba

Please sign in to comment.