mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-02-07 07:14:25 +01:00
Fix build
This commit is contained in:
@@ -18,7 +18,7 @@ using NBitpayClient;
|
||||
using NBitpayClient.Extensions;
|
||||
using Newtonsoft.Json.Linq;
|
||||
using BTCPayServer.Logging;
|
||||
using Microsoft.AspNetCore.Http.Internal;
|
||||
|
||||
using Microsoft.AspNetCore.Authentication;
|
||||
using System.Text.Encodings.Web;
|
||||
using BTCPayServer.Data;
|
||||
@@ -95,7 +95,7 @@ namespace BTCPayServer.Security.Bitpay
|
||||
|
||||
private async Task<(string StoreId, bool SuccessAuth)> CheckBitId(HttpContext httpContext, string sig, string id, List<Claim> claims)
|
||||
{
|
||||
httpContext.Request.EnableRewind();
|
||||
httpContext.Request.EnableBuffering();
|
||||
|
||||
string storeId = null;
|
||||
string body = string.Empty;
|
||||
|
||||
Reference in New Issue
Block a user