Skip to content

Instantly share code, notes, and snippets.

@IntuitDeveloperRelations
Created October 27, 2015 17:31
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save IntuitDeveloperRelations/8a549de8cdad282d2125 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