From 37f0498def9c642e298820ddf2f59a047d3f2e9b Mon Sep 17 00:00:00 2001 From: dstrukt Date: Thu, 11 May 2023 01:37:28 -0700 Subject: [PATCH] adds payouts settings button (#3857) Co-authored-by: Dennis Reimann --- BTCPayServer/Views/UIStorePullPayments/Payouts.cshtml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/BTCPayServer/Views/UIStorePullPayments/Payouts.cshtml b/BTCPayServer/Views/UIStorePullPayments/Payouts.cshtml index c03ce214a..d33f4d5ab 100644 --- a/BTCPayServer/Views/UIStorePullPayments/Payouts.cshtml +++ b/BTCPayServer/Views/UIStorePullPayments/Payouts.cshtml @@ -72,7 +72,12 @@
-

Payouts allow you to process pull payments, in the form of refunds, salary payouts, or withdrawals.

+

+ Payouts allow you to process pull payments, in the form of refunds, salary payouts, or withdrawals. + You can also + configure payout processors + to automate payouts. +

Learn More