paypro: minor - comment.
This commit is contained in:
parent
a8ab012601
commit
d4f4f99dce
1 changed files with 2 additions and 0 deletions
|
|
@ -22,6 +22,8 @@ angular.module('copayApp.directives')
|
||||||
|
|
||||||
if ((err && err.message === 'No unspent outputs.')
|
if ((err && err.message === 'No unspent outputs.')
|
||||||
|| available < +merchantData.total) {
|
|| available < +merchantData.total) {
|
||||||
|
// TODO: Actually display a notification window here
|
||||||
|
// instead of simply saying the URI is invalid.
|
||||||
ctrl.$setValidity('validAddress', false);
|
ctrl.$setValidity('validAddress', false);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue