From ed0e423aa74ca56f12e14aa81f8a0297be9610c6 Mon Sep 17 00:00:00 2001 From: Andrew Camilleri Date: Thu, 9 Apr 2020 13:44:08 +0200 Subject: [PATCH] Add payment link in checkout with payjoin indicator (#1449) * Add payment link in checkout with payjoin indicator * move to bottom --- .../Bitcoin_Lightning_LikeMethodCheckout.cshtml | 15 ++++++++++++++- BTCPayServer/wwwroot/checkout/css/default.css | 4 ++-- .../wwwroot/checkout/css/themes/legacy.css | 4 ++-- 3 files changed, 18 insertions(+), 5 deletions(-) diff --git a/BTCPayServer/Views/Shared/Bitcoin_Lightning_LikeMethodCheckout.cshtml b/BTCPayServer/Views/Shared/Bitcoin_Lightning_LikeMethodCheckout.cshtml index 0a915d5ac..40d519598 100644 --- a/BTCPayServer/Views/Shared/Bitcoin_Lightning_LikeMethodCheckout.cshtml +++ b/BTCPayServer/Views/Shared/Bitcoin_Lightning_LikeMethodCheckout.cshtml @@ -1,3 +1,4 @@ +@using BTCPayServer.Services @model BTCPayServer.Models.InvoicingModels.PaymentModel