Skip to content

Instantly share code, notes, and snippets.

@igorfelipee
Last active April 28, 2021 18:29
Show Gist options
  • Save igorfelipee/fdfb6f1fac8fd6d797117332056efc4e to your computer and use it in GitHub Desktop.
Save igorfelipee/fdfb6f1fac8fd6d797117332056efc4e to your computer and use it in GitHub Desktop.
// Responsta do BFF - *MUDAR_FRETE*
{
sessionMeta:{
idUsuario: '1234',
idCarrinho: '4567',
opcaoDeFrete: 'MAIS_BARATO'
},
components: [
{
rel: 'sumario',
payload: {
total: 90,
},
behaviour: 'SEM_DESCONTO'
}
],
screen: 'PAGAMENTO'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment