Revert "paypro: allow specific paypro headers."

This reverts commit bec2df549b5565b3f846e9a59e5240db01877d88.
This commit is contained in:
Christopher Jeffrey 2014-08-13 13:35:48 -04:00 committed by Manuel Araoz
parent 8d2393230e
commit 32971772d1
1 changed files with 0 additions and 2 deletions

View File

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