diff --git a/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.html b/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.html
index 449188c19..2a262c1aa 100644
--- a/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.html
+++ b/frontend/src/app/components/accelerate-checkout/accelerate-checkout.component.html
@@ -322,12 +322,12 @@
+ @if (step === 'cashapp' && !loadingCashapp || step === 'applepay' && !loadingApplePay || step === 'googlepay' && !loadingGooglePay || step === 'cardonfile' && !loadingCardOnFile) {
+
+
+
Total additional cost
+
+ Pay
+
+ with
+
+
+
+
+ } @else if (step === 'bitcoin') {
+
+ @if (loadingBtcpayInvoice) {
+
Loading invoice...
+
+ } @else if (invoice) {
+
Pay {{ ((invoice?.btcDue * 100_000_000) || cost) | number }} sats
+
+ } @else if (btcpayInvoiceFailed) {
+
+
+ Failed to load invoice
+ @if (!loadingBtcpayInvoice) {
+
+ }
+
+ }
+
+ }
+
+
+ @if (step === 'applepay' || step === 'cashapp' || step === 'googlepay' || step === 'cardonfile') {
-
Total additional cost
-
- Pay
-
- with
-
-
+ @if (step === 'applepay') {
+
+ } @else if (step === 'cashapp') {
+
+ } @else if (step === 'googlepay') {
+
+ } @else if (step === 'cardonfile') {
+
+ @if (['VISA', 'MASTERCARD', 'JCB', 'DISCOVER', 'DISCOVER_DINERS', 'AMERICAN_EXPRESS'].includes(estimate?.availablePaymentMethods?.cardOnFile?.card?.brand)) {
+
+ } @else {
+
+ }
+
{{ estimate?.availablePaymentMethods?.cardOnFile?.card?.last_4 }}
+
+ }
+ @if (loadingCashapp || loadingApplePay || loadingGooglePay || loadingCardOnFile) {
+
+
Loading payment method...
+
+
+ }
+ @if (isTokenizing > 0) {
+
+ }
}
-
-
-
- @if (step === 'applepay') {
-
- } @else if (step === 'cashapp') {
-
- } @else if (step === 'googlepay') {
-
- } @else if (step === 'cardonfile') {
-
- @if (['VISA', 'MASTERCARD', 'JCB', 'DISCOVER', 'DISCOVER_DINERS', 'AMERICAN_EXPRESS'].includes(estimate?.availablePaymentMethods?.cardOnFile?.card?.brand)) {
-
- } @else {
-
- }
-
{{ estimate?.availablePaymentMethods?.cardOnFile?.card?.last_4 }}
-
- }
- @if (loadingCashapp || loadingApplePay || loadingGooglePay || loadingCardOnFile) {
-
-
Loading payment method...
-
-
- }
-
- @if (isTokenizing > 0) {
-
- }
-
-
-