1
0
mirror of https://github.com/bitwarden/server synced 2025-12-17 00:33:23 +00:00

remove credit

This commit is contained in:
Kyle Spearrin
2019-02-01 23:29:34 -05:00
parent fb3cdba99e
commit 9cb7a0caaf
2 changed files with 1 additions and 6 deletions

View File

@@ -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,