Review screen, cleaning in the same time

This commit is contained in:
Jean-Baptiste Dominguez 2018-08-06 23:19:46 +09:00
commit 470868ade9
5 changed files with 25 additions and 12 deletions

View file

@ -422,7 +422,8 @@ angular.module('copayApp.services').factory('incomingData', function($log, $stat
function handlePayPro(payProDetails, coin) {
var thirdPartyData = {
id: payProDetails.name,
id: 'bip70',
name: payProDetails.name,
caName: payProDetails.caName,
caTrusted: payProDetails.caTrusted,
coin: coin,