paypro: fix signature error. fix merchant_data. see #1409.
This commit is contained in:
parent
23b055c9e5
commit
5c9bb4982d
2 changed files with 19 additions and 8 deletions
3
app.js
3
app.js
|
|
@ -20,6 +20,9 @@ app.start = function(port, callback) {
|
|||
|
||||
pserver.removeListener('request', pserver.app);
|
||||
|
||||
// pserver.options['no-tx'] = true;
|
||||
// pserver.options['discovery'] = true;
|
||||
|
||||
pserver.on('request', function(req, res) {
|
||||
if (req.url.indexOf('/-/') === 0) {
|
||||
return pserver.app(req, res);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue