From 32971772d1e3c4bd3821b846fca98cdfcb4260e6 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Wed, 13 Aug 2014 13:35:48 -0400 Subject: [PATCH] Revert "paypro: allow specific paypro headers." This reverts commit bec2df549b5565b3f846e9a59e5240db01877d88. --- js/models/core/Wallet.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/models/core/Wallet.js b/js/models/core/Wallet.js index ff5db4ebd..71153f565 100644 --- a/js/models/core/Wallet.js +++ b/js/models/core/Wallet.js @@ -804,7 +804,6 @@ Wallet.prototype.createPaymentTx = function(options, cb) { method: 'GET', url: options.uri, headers: { - 'Access-Control-Request-Headers': 'Content-Type,Content-Length,Accept', 'Accept': PayPro.PAYMENT_REQUEST_CONTENT_TYPE }, responseType: 'arraybuffer' @@ -1043,7 +1042,6 @@ Wallet.prototype.sendPaymentTx = function(ntxid, options, cb) { url: txp.merchant.pr.pd.payment_url, headers: { // BIP-71 - 'Access-Control-Request-Headers': 'Content-Type,Content-Length,Accept', 'Accept': PayPro.PAYMENT_ACK_CONTENT_TYPE, 'Content-Type': PayPro.PAYMENT_CONTENT_TYPE // XHR does not allow these: