paypro: comment

This commit is contained in:
Christopher Jeffrey 2014-08-01 17:32:06 -07:00 committed by Manuel Araoz
parent 18ca40b01e
commit d79dfb20c3
1 changed files with 2 additions and 0 deletions

View File

@ -90,6 +90,8 @@ angular.module('copayApp.directives')
sendall.attr('class').replace(' hidden', '')); sendall.attr('class').replace(' hidden', ''));
} }
} }
// TODO: Check paymentRequest expiration,
// delete if beyond expiration date.
}); });
ctrl.$setValidity('validAddress', true); ctrl.$setValidity('validAddress', true);