save giftcards data when reedem failed

This commit is contained in:
Gabriel Bazán 2016-08-04 13:21:14 -03:00 committed by Gustavo Maximiliano Cortez
commit 7334d06c89
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
3 changed files with 9 additions and 4 deletions

View file

@ -45,9 +45,12 @@
<div ng-show="!card.claimCode">
<div class="m10t">
Status:
<span class="text-bold">
<span class="text-bold" ng-show="card.status == 'PENDING'">
PENDING
</span>
<span class="text-bold" ng-show="card.status == 'FAILURE'">
FAILURE
</span>
</div>
</div>
<div class="size-12 m10t text-center">
@ -71,7 +74,7 @@
</button>
</div>
<div class="text-warning m10" ng-show="card.status == 'FAILURE'">
There was a failure to the create gift card that could not be recoverable. Please, contact BitPay to refund your bitcoin
There was a failure to the create gift card. Please, contact BitPay to refund your bitcoin
</div>
</div>