paypro: cleanup a lot of old code and comments. minor fixes.
This commit is contained in:
parent
d9c72392bd
commit
3b550d853f
3 changed files with 9 additions and 35 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue