Buy flow completed
This commit is contained in:
parent
56d6abf360
commit
ada933d49c
5 changed files with 103 additions and 68 deletions
|
|
@ -224,7 +224,7 @@ console.log('[glideraService.js:168]',data); //TODO
|
|||
};
|
||||
$http(_post('/buy', token, twoFaCode, data)).then(function(data) {
|
||||
$log.info('Glidera Buy: SUCCESS');
|
||||
return cb(null, data);
|
||||
return cb(null, data.data);
|
||||
}, function(data) {
|
||||
$log.error('Glidera Buy: ERROR ' + data.statusText);
|
||||
return cb(data.statusText);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue