paypro fetching working on creator and receiver
This commit is contained in:
parent
ae0dd40903
commit
49cee79a6c
1 changed files with 1 additions and 1 deletions
|
|
@ -474,7 +474,7 @@ Wallet.prototype._processTxProposalPayPro = function(mergeInfo, cb) {
|
|||
return cb();
|
||||
|
||||
log.info('Received a Payment Protocol TX Proposal');
|
||||
self.fetchPaymentRequest(txp.paymentProtocolURL, function(err, merchantData) {
|
||||
self.fetchPaymentRequest({url:txp.paymentProtocolURL}, function(err, merchantData) {
|
||||
if (err) return cb(err);
|
||||
|
||||
// This will verify current TXP data vs. merchantData (e.g., out addresses)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue