paypro: test/minor - use paypro content type constant.
This commit is contained in:
parent
96c02c1e37
commit
d2e7e35e9f
1 changed files with 1 additions and 1 deletions
|
|
@ -971,7 +971,7 @@ Wallet.prototype.sendPaymentTx = function(ntxid, options, cb) {
|
|||
// BIP-71
|
||||
'Accept': PayPro.PAYMENT_REQUEST_CONTENT_TYPE
|
||||
+ ', ' + PayPro.PAYMENT_ACK_CONTENT_TYPE,
|
||||
'Content-Type': 'application/bitcoin-payment',
|
||||
'Content-Type': PayPro.PAYMENT_CONTENT_TYPE,
|
||||
'Content-Length': pay.length + '',
|
||||
'Content-Transfer-Encoding': 'binary'
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue