diff --git a/BTCPayServer/Views/UIInvoice/Checkout-Cheating.cshtml b/BTCPayServer/Views/UIInvoice/Checkout-Cheating.cshtml index d3852f2dc..3e13a25dc 100644 --- a/BTCPayServer/Views/UIInvoice/Checkout-Cheating.cshtml +++ b/BTCPayServer/Views/UIInvoice/Checkout-Cheating.cshtml @@ -19,7 +19,7 @@ -
+
@@ -66,7 +66,7 @@ }, computed: { display() { - return this.successMessage || this.errorMessage || this.displayPayment || this.displayMine || this.displayExpire; + return this.successMessage || this.errorMessage || this.displayPayment || this.displayExpire; }, displayPayment () { return !this.isSettled && !this.isProcessing; @@ -74,9 +74,6 @@ displayExpire () { return !this.isSettled && !this.isProcessing; }, - displayMine () { - return this.paymentMethodId === 'BTC-CHAIN'; - }, isSats () { return this.cryptoCode === 'sats'; },