use new bwc global paypro verify flag

This commit is contained in:
Matias Alejo Garcia 2015-04-16 19:44:12 -03:00
commit 2c3eb25240
3 changed files with 5 additions and 4 deletions

View file

@ -1,6 +1,6 @@
'use strict';
angular.module('copayApp.controllers').controller('indexController', function($rootScope, $scope, $log, $filter, $timeout, lodash, go, profileService, configService, isCordova, rateService, storageService, isChromeApp) {
angular.module('copayApp.controllers').controller('indexController', function($rootScope, $scope, $log, $filter, $timeout, lodash, go, profileService, configService, isCordova, rateService, storageService) {
var self = this;
self.isCordova = isCordova;
self.onGoingProcess = {};
@ -135,7 +135,6 @@ angular.module('copayApp.controllers').controller('indexController', function($r
self.setOngoingProcess('updatingPendingTxps', true);
$log.debug('Updating PendingTxps');
fc.getTxProposals({
ignorePayPro: isChromeApp
}, function(err, txps) {
self.setOngoingProcess('updatingPendingTxps', false);
if (err) {