Skip to content

Instantly share code, notes, and snippets.

@brunofrank
Created October 10, 2016 13:26
Show Gist options
  • Save brunofrank/c5209a7097be5c80f07baed9a100eacc to your computer and use it in GitHub Desktop.
Save brunofrank/c5209a7097be5c80f07baed9a100eacc to your computer and use it in GitHub Desktop.
Código BTG
<script src="//i.btg360.com.br/bs.js" type="text/javascript"></script>
<script type="text/javascript">
__bsd["id"] = "258:1";
__bsd["debug"] = true;
__bsd["track"] = "on";
try {
bs.setaCliente({
"email": "bfscordeiro@gmail.com"
});
} catch (e) {}
</script>
<script type="text/javascript">
try {
bs.addProdutoCarrinho({
"id_produto": "5556",
"nome_produto": "Ingresso para o Espetáculo Infantil A Luna - Dia 12 de Outubro (Dia das Crianças) no Teatro Juarez Machado com 50% de Desconto",
"valor_unitario": "25.0",
"categoria": "Shows e eventos"
});
} catch (e) {}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment