Adds next step for external services
This commit is contained in:
parent
72fa77dbef
commit
c3188d7d17
12 changed files with 156 additions and 101 deletions
|
|
@ -68,6 +68,9 @@ angular.module('copayApp.services').factory('amazonService', function($http, $lo
|
|||
return cb(err);
|
||||
});
|
||||
});
|
||||
|
||||
// Show pending task from the UI
|
||||
storageService.setNextStep('AmazonGiftCards', true, function(err) {});
|
||||
};
|
||||
|
||||
root.getPendingGiftCards = function(cb) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue