From 2072997afb65a9bc466af1d163ef4b2c3339c0f7 Mon Sep 17 00:00:00 2001 From: sebasocci <45668961+sebasocci@users.noreply.github.com> Date: Wed, 1 Apr 2020 13:15:15 -0300 Subject: [PATCH] configApp.php Cambio siteId de brasil a Argentina --- configApp.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configApp.php b/configApp.php index dad0bfb..8bee9e7 100644 --- a/configApp.php +++ b/configApp.php @@ -13,7 +13,7 @@ /* The site id of the country where your application will work. If you don't know your site_id go to our sites resources: https://api.mercadolibre.com/sites */ -$siteId = 'MLB'; +$siteId = 'MLA'; @@ -26,4 +26,4 @@ // $redirectURI = 'Redirect_URI'; -// $siteId = 'MLB'; \ No newline at end of file +// $siteId = 'MLA';