adding cancel status on amazon activity view
This commit is contained in:
parent
dda9a994b7
commit
b6e13b1165
3 changed files with 14 additions and 2 deletions
|
|
@ -10,7 +10,10 @@ angular.module('copayApp.controllers').controller('amazonCardDetailsController',
|
|||
$scope.error = bwcError.msg(err);
|
||||
return;
|
||||
}
|
||||
$scope.$emit('UpdateAmazonList');
|
||||
$scope.card.cardStatus = data.cardStatus;
|
||||
amazonService.savePendingGiftCard($scope.card, null, function(err) {
|
||||
$scope.$emit('UpdateAmazonList');
|
||||
});
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue