Fix storage of the externalService flags
This commit is contained in:
parent
be4e5ee131
commit
b6bde71048
3 changed files with 3 additions and 3 deletions
|
|
@ -70,7 +70,7 @@ angular.module('copayApp.services').factory('amazonService', function($http, $lo
|
|||
});
|
||||
|
||||
// Show pending task from the UI
|
||||
storageService.setNextStep('AmazonGiftCards', true, function(err) {});
|
||||
storageService.setNextStep('AmazonGiftCards', 'true', function(err) {});
|
||||
};
|
||||
|
||||
root.getPendingGiftCards = function(cb) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue