Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
gabri-elly committed Jan 9, 2025
1 parent 4cc8e93 commit 1a2f9ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion guides/mp-point-main-apps/first-steps.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
>
> Important
>
> It is crucial that the metadata name is exactly `com.test.android.sdk.CLIENT_ID`. Any variation in the name may result in the SDK not recognizing the field.
> It is crucial that the metadata name is exactly `com.mercadolibre.android.sdk.CLIENT_ID`. Any variation in the name may result in the SDK not recognizing the field.
> <br><br>
> Additionally, make sure that the **Client ID** value ends with the letter "L" to indicate that it is a Long type number. This is necessary for the SDK to process the value correctly.
Expand Down
2 changes: 1 addition & 1 deletion guides/mp-point-main-apps/first-steps.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
>
> Importante
>
> Es crucial que el nombre de la metadata sea exactamente `com.test.android.sdk.CLIENT_ID`. Cualquier variación en el nombre puede resultar en la falta de reconocimiento del campo por parte del SDK.
> Es crucial que el nombre de la metadata sea exactamente `com.mercadolibre.android.sdk.CLIENT_ID`. Cualquier variación en el nombre puede resultar en la falta de reconocimiento del campo por parte del SDK.
> <br><br>
> Además, asegúrate de que el valor del **Client ID** termine con la letra "L" para indicar que es un número del tipo _Long_. Esto es necesario para que el SDK procese correctamente el valor.
Expand Down
2 changes: 1 addition & 1 deletion guides/mp-point-main-apps/first-steps.pt.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
>
> Importante
>
> É crucial que o nome da metadata seja exatamente `com.test.android.sdk.CLIENT_ID`. Qualquer variação no nome pode resultar na falta de reconhecimento do campo pelo SDK.
> É crucial que o nome da metadata seja exatamente `com.mercadolibre.android.sdk.CLIENT_ID`. Qualquer variação no nome pode resultar na falta de reconhecimento do campo pelo SDK.
> <br><br>
> Além disso, certifique-se de que o valor do **Client ID** termine com a letra "L" para indicar que é um número do tipo _Long_. Isso é necessário para que o SDK processe corretamente o valor.
Expand Down

0 comments on commit 1a2f9ec

Please sign in to comment.