From bf77041f1de5fbdd1e8605bbd546cada3ff37bc1 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Mon, 18 Aug 2014 14:22:09 -0700 Subject: [PATCH] paypro: example - fix request method. --- examples/PayPro/customer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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