@if (error) {
} @else if (step === 'cta') {

Accelerate your Bitcoin transaction?

} @else if (step === 'paymentMethod') {

Select your payment method

@if (cashappEnabled) { }
} @else if (step === 'checkout') {

Confirm your payment

Payment to mempool.space for acceleration of txid {{ txid.substr(0, 10) }}..{{ txid.substr(-10) }}
@if (paymentMethod === 'cashapp') { @if (!loadingCashapp) {
Total additional cost
Pay with
}
@if (loadingCashapp) {
Loading payment method...
}
} @else if (paymentMethod === 'btcpay' && invoice?.btcpayInvoiceId) { }
Changed your mind?
} @else if (step === 'processing') {

Confirming your payment

We are processing your payment...
}