save giftcards data when reedem failed
This commit is contained in:
parent
23417fe1b3
commit
7334d06c89
3 changed files with 9 additions and 4 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue