Payment request expiration.

This commit is contained in:
Brendon Duncan 2018-08-07 11:07:19 +12:00
commit e29f97eddf
2 changed files with 3 additions and 1 deletions

View file

@ -510,6 +510,7 @@ function reviewController(addressbookService, bitcoinCashJsService, bitcore, bit
function setExpiredValues() {
vm.paymentExpired = true;
vm.remainingTimeStr = gettextCatalog.getString('Expired');
vm.readyToSend = false;
if (countDown) $interval.cancel(countDown);
$timeout(function() {
$scope.$apply();