| Produto: | |
|---|---|
| Linha de Produto: | |
| Segmento: | |
| Módulo: | Integrações |
| Função: | Obter Token Ifood |
| Ticket: | |
| Requisito/Story/Issue : | DVARCP-2504 |
Ao solicitar o token pela API integracaofoodtotvschef, a mesma retornava o erro 500 não obtendo assim o token.
Foi feito o ajuste, agora ao solicitar o token com os dados corretos o mesmo retornará o token, caso houver alguma irregularidade como por exemplo o estabelecimento estiver Inativo a API retornará a mensagem.
<style>
div.theme-default .ia-splitter #main {
margin-left: 0px;
}
.ia-fixed-sidebar, .ia-splitter-left {
display: none;
}
#main {
padding-left: 10px;
padding-right: 10px;
overflow-x: hidden;
}
.aui-header-primary .aui-nav, .aui-page-panel {
margin-left: 0px !important;
}
.aui-header-primary .aui-nav {
margin-left: 0px !important;
}
.aui-tabs.horizontal-tabs>.tabs-menu>.menu-item.active-tab a::after {
background: #FF9900; !important
}
.menu-item.active-tab {
border-bottom: none !important;
}
</style>
|