Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@IntuitDeveloperRelations
Created September 14, 2015 22:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IntuitDeveloperRelations/96cf76dd169ca3793e47 to your computer and use it in GitHub Desktop.
Save IntuitDeveloperRelations/96cf76dd169ca3793e47 to your computer and use it in GitHub Desktop.
<script src="https://js.appcenter.intuit.com/Content/IA/intuit.ipp.anywhere-1.3.2.js" type="text/javascript"></script>
<script type="text/javascript">
intuit.ipp.anywhere.setup({
grantUrl: 'http://www.mycompany.com/HelloWorld/RequestTokenServlet'
datasources: {
quickbooks : true,
payments : true
},
paymentOptions:{
intuitReferred : true
}
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment