Merge pull request #5079 from cmgustavo/bug/storage-external-service-flag

Fix storage of the externalService flags
This commit is contained in:
Jason Dreyzehner 2016-11-17 18:30:52 -05:00 committed by GitHub
commit 9120d70e11
3 changed files with 3 additions and 3 deletions

View file

@ -36,7 +36,7 @@ angular.module('copayApp.controllers').controller('bitpayCardIntroController', f
popupService.showConfirm(title, msg, ok, cancel, function(res) {
if (res) {
// Set flag for nextStep
storageService.setNextStep('BitpayCard', true, function(err) {});
storageService.setNextStep('BitpayCard', 'true', function(err) {});
// Save data
bitpayCardService.setBitpayDebitCards(data, function(err) {
if (err) return;