From 28ea6bfb6ed17df8cc44117814bffdfc80c12e70 Mon Sep 17 00:00:00 2001 From: dstrukt Date: Mon, 15 Nov 2021 01:37:13 -0800 Subject: [PATCH] adds checkbox to pull payments --- .../Views/StorePullPayments/NewPullPayment.cshtml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/BTCPayServer/Views/StorePullPayments/NewPullPayment.cshtml b/BTCPayServer/Views/StorePullPayments/NewPullPayment.cshtml index c07437f74..365aa12b7 100644 --- a/BTCPayServer/Views/StorePullPayments/NewPullPayment.cshtml +++ b/BTCPayServer/Views/StorePullPayments/NewPullPayment.cshtml @@ -75,9 +75,17 @@ -
- - +
+ + @foreach (var item in Model.PaymentMethodItems) + { +
+ +
+ }