paypro: cleanup a lot of old code and comments. minor fixes.

This commit is contained in:
Christopher Jeffrey 2014-08-01 19:49:39 -07:00 committed by Manuel Araoz
commit 3b550d853f
3 changed files with 9 additions and 35 deletions

View file

@ -75,7 +75,7 @@ angular.module('copayApp.controllers').controller('SendController',
+ ' has been verified through ' + ca + '.';
}
if (merchantData) {
message += '\nFor merchant: ' + merchantData.pr.payment_url;
message += '\nFor merchant: ' + merchantData.pr.pd.payment_url;
}
notification.success('Success!', message);
$scope.loadTxs();
@ -93,7 +93,7 @@ angular.module('copayApp.controllers').controller('SendController',
+ ' has been verified through ' + ca + '.';
}
if (merchantData) {
message += '\nFor merchant: ' + merchantData.pr.payment_url;
message += '\nFor merchant: ' + merchantData.pr.pd.payment_url;
}
notification.success('Transaction broadcast', message);
} else {