diff --git a/examples/PayPro/customer.js b/examples/PayPro/customer.js index dfb256b..fd7857e 100644 --- a/examples/PayPro/customer.js +++ b/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