diff --git a/BTCPayServer/Payments/IPaymentMethodHandler.cs b/BTCPayServer/Payments/IPaymentMethodHandler.cs index cccc48545..83a6c4309 100644 --- a/BTCPayServer/Payments/IPaymentMethodHandler.cs +++ b/BTCPayServer/Payments/IPaymentMethodHandler.cs @@ -295,7 +295,7 @@ namespace BTCPayServer.Payments /// public List TrackedDestinations { get; } = new(); - internal async Task BeforeFetchingRates() + public async Task BeforeFetchingRates() { await Handler.BeforeFetchingRates(this); // We need to fetch the rates necessary for the evaluation of the payment method criteria