paypro: minor - comment.

This commit is contained in:
Christopher Jeffrey 2014-08-06 17:54:14 -07:00 committed by Manuel Araoz
parent a8ab012601
commit d4f4f99dce
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@ angular.module('copayApp.directives')
if ((err && err.message === 'No unspent outputs.')
|| available < +merchantData.total) {
// TODO: Actually display a notification window here
// instead of simply saying the URI is invalid.
ctrl.$setValidity('validAddress', false);
return;
}