paypro: tests - send raw http requests to test mock server.
This commit is contained in:
parent
f67e30bfd2
commit
785a9cdd31
2 changed files with 206 additions and 7 deletions
|
|
@ -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'
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue