Not show error when fetching paypro after qr scan
This commit is contained in:
parent
6a4b05010d
commit
07909b5075
2 changed files with 5 additions and 1 deletions
|
|
@ -34,6 +34,10 @@ angular.module('copayApp.services').factory('ongoingProcess', function($log, $ti
|
|||
ongoingProcess = {};
|
||||
};
|
||||
|
||||
root.get = function(processName) {
|
||||
return ongoingProcess[processName];
|
||||
};
|
||||
|
||||
root.set = function(processName, isOn) {
|
||||
$log.debug('ongoingProcess', processName, isOn);
|
||||
root[processName] = isOn;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue