Fix bitpayCard and buyAmazon
This commit is contained in:
parent
d16f7d1866
commit
0ad20fcc77
3 changed files with 8 additions and 57 deletions
|
|
@ -13,7 +13,7 @@
|
|||
</div>
|
||||
|
||||
|
||||
<div ng-if="type == 'created'" class="popup-txsigned m30tp">
|
||||
<div ng-if="type == 'created'" class="popup-txsigned text-center m30tp">
|
||||
<i class="icon ion-checkmark-round"></i>
|
||||
<div class="text-center size-18 tu text-bold m20t">
|
||||
<span translate>Payment Proposal Created</span>
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
|
||||
|
||||
<div ng-if="type == 'accepted'" class="popup-txsigned m30tp">
|
||||
<div ng-if="type == 'accepted'" class="popup-txsigned text-center m30tp">
|
||||
<i class="icon ion-checkmark-round"></i>
|
||||
<div class="text-center size-18 tu text-bold m20t">
|
||||
<span translate>Payment Accepted</span>
|
||||
|
|
@ -35,7 +35,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div ng-if="type=='rejected'" class="popup-txrejected m30tp">
|
||||
<div ng-if="type=='rejected'" class="popup-txrejected text-center m30tp">
|
||||
<i class="icon ion-close-round"></i>
|
||||
<div class="text-center size-18 tu text-bold m20t">
|
||||
<span translate>Payment Rejected</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue