Skip to content

Instantly share code, notes, and snippets.

@sjwaight
Created January 20, 2017 04:12
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 sjwaight/62f425a64db4541d9b7ee1592f3733ad to your computer and use it in GitHub Desktop.
Save sjwaight/62f425a64db4541d9b7ee1592f3733ad to your computer and use it in GitHub Desktop.
Function project.json showing what's required to post payments to Braintree's v.zero API.
{
"frameworks": {
"net46": {
"dependencies": {
"Braintree": "3.4.0",
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment