mirror of
https://github.com/bitwarden/server
synced 2025-12-17 16:53:23 +00:00
use datetime
This commit is contained in:
@@ -104,7 +104,7 @@ namespace Bit.Billing.Controllers
|
||||
var tx = new Core.Models.Table.Transaction
|
||||
{
|
||||
Amount = invoice.Price,
|
||||
CreationDate = invoice.CurrentTime.Date,
|
||||
CreationDate = invoice.CurrentTime.DateTime,
|
||||
OrganizationId = ids.Item1,
|
||||
UserId = ids.Item2,
|
||||
Type = TransactionType.Charge,
|
||||
|
||||
Reference in New Issue
Block a user