Skip to content

Commit

Permalink
Merge pull request #682 from mercadopago/feature/vtex-publickey
Browse files Browse the repository at this point in the history
[VTEX] Fix no hay más public key para Device ID
  • Loading branch information
lamaralmp authored Apr 21, 2020
2 parents 2713129 + 252509b commit 6342ba6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions guides/plugins/unofficial/vtex.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ Uruguay: Oca.

4. Select code.
5. Select checkout5-custom.js.
6. Copy and paste the following code, replacing the field `publicKey` with your credentials:
6. Copy and paste the following code:

```
var script = document.createElement("script");
Expand Down Expand Up @@ -759,7 +759,7 @@ Uruguay: Oca.

4. Select code.
5. Select checkout5-custom.js.
6. Copy and paste the following code, replacing the field `publicKey` with your credentials:
6. Copy and paste the following code:

```
var script = document.createElement("script");
Expand Down Expand Up @@ -1018,7 +1018,7 @@ Uruguay: Oca.

4. Select code.
5. Select checkout5-custom.js.
6. Copy and paste the following code, replacing the field `publicKey` with your credentials:
6. Copy and paste the following code:

```
var script = document.createElement("script");
Expand Down Expand Up @@ -1271,7 +1271,7 @@ Uruguay: Oca.

4. Select code.
5. Select checkout5-custom.js.
6. Copy and paste the following code, replacing the field `publicKey` with your credentials:
6. Copy and paste the following code:

```
var script = document.createElement("script");
Expand Down
12 changes: 6 additions & 6 deletions guides/plugins/unofficial/vtex.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ Luego de configurar la afiliación es necesario agregar el plan de pago

4. Ingresar en código.
5. Seleccionar checkout5-custom.js.
6. Copiar y pegar el siguiente código, reemplazando el campo `publicKey` según corresponda:
6. Copiar y pegar el siguiente código:

```
var script = document.createElement("script");
Expand Down Expand Up @@ -616,7 +616,7 @@ Luego de configurar la afiliación es necesario agregar el plan de pago:

4. Ingresar en código.
5. Seleccionar checkout5-custom.js.
6. Copiar y pegar el siguiente código, reemplazando el campo `publicKey` según corresponda:
6. Copiar y pegar el siguiente código:

```
var script = document.createElement("script");
Expand Down Expand Up @@ -963,7 +963,7 @@ Luego de configurar la afiliación es necesario agregar el plan de pago:

4. Ingresar en código.
5. Seleccionar checkout5-custom.js.
6. Copiar y pegar el siguiente código, reemplazando el campo `publicKey` según corresponda:
6. Copiar y pegar el siguiente código:

```
var script = document.createElement("script");
Expand Down Expand Up @@ -1196,7 +1196,7 @@ Uruguay: Oca.

4. Ingresar en código.
5. Seleccionar checkout5-custom.js.
6. Copiar y pegar el siguiente código, reemplazando el campo `publicKey` según corresponda:
6. Copiar y pegar el siguiente código:

```
var script = document.createElement("script");
Expand Down Expand Up @@ -1541,7 +1541,7 @@ Luego de configurar la afiliación es necesario agregar el plan de pago:

4. Ingresar en código.
5. Seleccionar checkout5-custom.js.
6. Copiar y pegar el siguiente código, reemplazando el campo `publicKey` según corresponda:
6. Copiar y pegar el siguiente código:

```
var script = document.createElement("script");
Expand Down Expand Up @@ -1800,7 +1800,7 @@ Luego de configurar la afiliación es necesario agregar el plan de pago

4. Ingresar en código.
5. Seleccionar checkout5-custom.js.
6. Copiar y pegar el siguiente código, reemplazando el campo `publicKey` según corresponda:
6. Copiar y pegar el siguiente código:

```
var script = document.createElement("script");
Expand Down

0 comments on commit 6342ba6

Please sign in to comment.