Created
October 10, 2016 13:26
-
-
Save brunofrank/c5209a7097be5c80f07baed9a100eacc to your computer and use it in GitHub Desktop.
Código BTG
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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": "[email protected]" | |
}); | |
} 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