mirror of
https://github.com/bitwarden/web
synced 2025-12-06 00:03:28 +00:00
add support for check payment method type
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: 3b8df85241...2d726ee3af
@@ -54,6 +54,7 @@
|
||||
<p>
|
||||
<i class="fa fa-fw" [ngClass]="{'fa-credit-card': paymentSource.type === paymentMethodType.Card,
|
||||
'fa-university': paymentSource.type === paymentMethodType.BankAccount,
|
||||
'fa-money': paymentSource.type === paymentMethodType.Check,
|
||||
'fa-paypal text-primary': paymentSource.type === paymentMethodType.PayPal,
|
||||
'fa-apple text-muted': paymentSource.type === paymentMethodType.AppleInApp,
|
||||
'fa-google text-muted': paymentSource.type === paymentMethodType.GoogleInApp}"></i>
|
||||
|
||||
Reference in New Issue
Block a user