Browse Source

paypro: example - fix request method.

patch-2
Christopher Jeffrey 11 years ago
parent
commit
bf77041f1d
  1. 2
      examples/PayPro/customer.js

2
examples/PayPro/customer.js

@ -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

Loading…
Cancel
Save