Skip to content

Commit

Permalink
added changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescarr committed Aug 16, 2010
1 parent 7777b67 commit 8d34563
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Todo.md
@@ -1,5 +1,5 @@
# TODO Items
* unify api across board
* change callbacks to use function(err, result) form
* unit over integration tests
* get rid of prenuptials
* error handling for bad requests, validate fields?
9 changes: 2 additions & 7 deletions package.json
@@ -1,16 +1,11 @@
{ "name" : "paynode"
,"main" : "./lib/paynode"
,"directories" :{
"lib":"./lib"
}
,"description" : "Payment Gateway Adapters for Node.js"
,"version" : "0.0.3"
,"description" : "Payflow Pro SDK for Node"
,"version" : "0.0.1"
,"author" : "James R. Carr <james.r.carr@gmail.com>"
,"repository" :
{"type" : "git"
,"url" : "http://github.com/jamescarr/paynode"
}
,"engines" : { "node" : ">=0.1.101" }
}


0 comments on commit 8d34563

Please sign in to comment.