mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 05:00:19 -05:00
use datetime
This commit is contained in:
parent
246fcda1f7
commit
5103a05332
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user