paypro: fix POST route in fake paypro server.
This commit is contained in:
parent
efe41cead4
commit
6ec8a087f3
1 changed files with 2 additions and 0 deletions
|
|
@ -210,11 +210,13 @@ function startServer(cb) {
|
||||||
|
|
||||||
return cb(null, res, res.body);
|
return cb(null, res, res.body);
|
||||||
},
|
},
|
||||||
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Receive Payment
|
* Receive Payment
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
POST: {
|
||||||
'/-/pay': function(req, cb) {
|
'/-/pay': function(req, cb) {
|
||||||
var body = req.body;
|
var body = req.body;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue