mirror of
https://github.com/bitwarden/server.git
synced 2025-07-05 10:02:47 -05:00
remove credit
This commit is contained in:
@ -70,7 +70,7 @@ namespace Bit.Billing.Controllers
|
||||
CreationDate = sale.CreateTime,
|
||||
OrganizationId = ids.Item1,
|
||||
UserId = ids.Item2,
|
||||
Type = sale.GetCreditFromCustom() ? TransactionType.Credit : TransactionType.Charge,
|
||||
Type = TransactionType.Charge,
|
||||
Gateway = GatewayType.PayPal,
|
||||
GatewayId = sale.Id,
|
||||
PaymentMethodType = PaymentMethodType.PayPal,
|
||||
|
Reference in New Issue
Block a user