Improves datetime. Adds invoice URL
This commit is contained in:
parent
2c89ff7f66
commit
05e57983c6
5 changed files with 29 additions and 10 deletions
|
|
@ -108,7 +108,7 @@
|
|||
<div class="tu text-gray size-12 text-left">BitPay invoice</div>
|
||||
<div class="text-bold size-16 m5t text-left">{{buy.giftCard.bitpayInvoiceId}}</div>
|
||||
<button class="m20t button outline round dark-gray tiny"
|
||||
ng-click="$root.openExternalLink('https://bitpay.com/invoice/' + buy.giftCard.bitpayInvoiceId)">
|
||||
ng-click="$root.openExternalLink(buy.giftCard.bitpayInvoiceUrl)">
|
||||
<span class="text-gray">View invoice</span>
|
||||
</button>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue