paypro: example - fix request method.

This commit is contained in:
Christopher Jeffrey 2014-08-18 14:22:09 -07:00
parent 1e57a6d874
commit bf77041f1d
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ function sendPayment(msg, callback) {
}
return request({
method: 'POST',
method: 'GET',
uri: 'https://localhost:' + port + '/-/request',
headers: {
'Accept': PayPro.PAYMENT_REQUEST_CONTENT_TYPE