mirror of
https://github.com/bitwarden/server
synced 2025-12-17 00:33:23 +00: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