mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 06:24:24 +01:00
Migrate to .net6.0 (#3198)
This commit is contained in:
@@ -89,7 +89,7 @@ namespace BTCPayServer.Controllers.GreenField
|
||||
{
|
||||
StoreDataId = storeId,
|
||||
Status = Client.Models.PaymentRequestData.PaymentRequestStatus.Pending,
|
||||
Created = DateTimeOffset.Now
|
||||
Created = DateTimeOffset.UtcNow
|
||||
};
|
||||
pr.SetBlob(request);
|
||||
pr = await _paymentRequestRepository.CreateOrUpdatePaymentRequest(pr);
|
||||
|
||||
Reference in New Issue
Block a user