@if (canPayWithCashapp || canPayWithApplePay || canPayWithGooglePay || canPayWithCardOnFile) {
Pay with
@if (canPayWithCashapp) {
![]()
}
@if (canPayWithApplePay) {
@if (canPayWithCashapp) {
}
}
@if (canPayWithGooglePay) {
@if (canPayWithCashapp || canPayWithApplePay) {
}
}
@if (canPayWithCardOnFile) {
@if (canPayWithCashapp || canPayWithApplePay || canPayWithGooglePay) {
}
@if (isValidCardBrand(estimate?.availablePaymentMethods?.cardOnFile?.card?.brand)) {
} @else {
}
{{ estimate?.availablePaymentMethods?.cardOnFile?.card?.last_4 }}
}
}
@if (((canPayWithBalance || canPayWithBitcoin) && (canPayWithCashapp || canPayWithApplePay || canPayWithGooglePay || canPayWithCardOnFile))) {
}
@if (canPayWithBalance || canPayWithBitcoin) {
@if (canPayWithBalance) {
@if (estimate.isProUser) {
Your account will be debited no more than
} @else {
Use accelerator credits for
}
{{ cost | number }} sats
Pay
} @else {
Pay {{ ((invoice?.btcDue * 100_000_000) || cost) | number }} sats with
}