From 49cee79a6c2c0e5240b9702219bbcfcab19c733f Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Sun, 23 Nov 2014 00:32:33 -0300 Subject: [PATCH] paypro fetching working on creator and receiver --- js/models/Wallet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/models/Wallet.js b/js/models/Wallet.js index 24fd2f6ce..963a0f8b8 100644 --- a/js/models/Wallet.js +++ b/js/models/Wallet.js @@ -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)