Skip to content
This repository has been archived by the owner on Feb 10, 2022. It is now read-only.

configApp.php #55

Open
alvarohn opened this issue Sep 29, 2017 · 1 comment
Open

configApp.php #55

alvarohn opened this issue Sep 29, 2017 · 1 comment

Comments

@alvarohn
Copy link

Hola, estoy intentando conectar a mercadolibre con esta sdk, tengo este archivo -> configApp.php pero no se si tengo que remplazar app_id con mi id en -> $appId = getenv('App_ID'); o si eso lo tengo que dejar asi, intente eso pero no funcionó, tal vez tengo que borrar el getenv y dejar solo $appID = 'mi_id' ???? lo mismo para los otros campos que estan con "getenv" ??

@alvarohn alvarohn changed the title Pregunta de novato configApp.php Sep 30, 2017
@alvarohn
Copy link
Author

Al final cambie $appId = getenv('App_ID'); por $appId = 'mi_app_id'; y lo mismo par los demás, y quedó funcionando.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant