diff --git a/BTCPayServer/Views/Shared/NFC/CheckoutEnd.cshtml b/BTCPayServer/Views/Shared/NFC/CheckoutEnd.cshtml index 6d84c92511..acda9ee23a 100644 --- a/BTCPayServer/Views/Shared/NFC/CheckoutEnd.cshtml +++ b/BTCPayServer/Views/Shared/NFC/CheckoutEnd.cshtml @@ -210,7 +210,7 @@ Vue.component("lnurl-withdraw-checkout", { if (response.ok) { this.successMessage = result; } else { - this.reportNfcError(error); + this.reportNfcError(result); } } catch (error) { this.reportNfcError(error);