Merge pull request #6583 from cmgustavo/ref/hide-meli

ML disabled
This commit is contained in:
Matias Alejo Garcia 2017-08-16 19:04:50 +02:00 committed by GitHub
commit 8ce0f427cc

View file

@ -177,6 +177,7 @@ angular.module('copayApp.services').factory('mercadoLibreService', function($htt
});
};
register();
// Hide Mercado Libre
// register();
return root;
});