paypro: fix POST route in fake paypro server.

This commit is contained in:
Christopher Jeffrey 2014-08-11 19:23:13 -04:00 committed by Manuel Araoz
parent efe41cead4
commit 6ec8a087f3
1 changed files with 2 additions and 0 deletions

View File

@ -210,11 +210,13 @@ function startServer(cb) {
return cb(null, res, res.body);
},
},
/**
* Receive Payment
*/
POST: {
'/-/pay': function(req, cb) {
var body = req.body;