mirror of
https://github.com/bitwarden/server
synced 2025-12-22 19:23:45 +00:00
handle transactions on paypal webhook
This commit is contained in:
@@ -17,7 +17,7 @@ namespace Bit.Core.Models.Table
|
||||
public PaymentMethodType? PaymentMethodType { get; set; }
|
||||
public GatewayType? Gateway { get; set; }
|
||||
public string GatewayId { get; set; }
|
||||
public DateTime CreationDate { get; internal set; } = DateTime.UtcNow;
|
||||
public DateTime CreationDate { get; set; } = DateTime.UtcNow;
|
||||
|
||||
public void SetNewId()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user