paypro: tests - send raw http requests to test mock server.

This commit is contained in:
Christopher Jeffrey 2014-08-04 16:43:45 -07:00 committed by Manuel Araoz
commit 785a9cdd31
2 changed files with 206 additions and 7 deletions

View file

@ -804,7 +804,7 @@ Wallet.prototype.createPaymentTx = function(options, cb) {
+ ', ' + PayPro.PAYMENT_ACK_CONTENT_TYPE,
'Content-Type': 'application/octet-stream'
// XHR does not allow this:
// 'Content-Length': 0
// 'Content-Length': '0'
},
responseType: 'arraybuffer'
})