Countdown timer for BIP70 invoices.

This commit is contained in:
Brendon Duncan 2018-08-07 09:39:48 +12:00
commit d183077a20
3 changed files with 94 additions and 64 deletions

View file

@ -134,7 +134,7 @@ angular.module('copayApp.services').factory('incomingData', function($log, $stat
}
});
} else {
payproService.getPayProDetails(data, coin, function(err, details) {
payproService.getPayProDetails(data, coin, function onGetPayProDetails(err, details) {
if (err) {
popupService.showAlert(gettextCatalog.getString('Error'), err);
} else {