Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
gabri-elly committed Apr 5, 2024
1 parent 121a423 commit 5348e3e
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 @@ -417,7 +417,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 @@ -420,7 +420,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 @@ -424,7 +424,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 5348e3e

Please sign in to comment.