mirror of
https://github.com/bitwarden/server
synced 2025-12-19 01:33:20 +00:00
assign credit type for account credit
This commit is contained in:
@@ -108,7 +108,7 @@ namespace Bit.Billing.Controllers
|
||||
CreationDate = GetTransactionDate(invoice),
|
||||
OrganizationId = ids.Item1,
|
||||
UserId = ids.Item2,
|
||||
Type = TransactionType.Charge,
|
||||
Type = TransactionType.Credit,
|
||||
Gateway = GatewayType.BitPay,
|
||||
GatewayId = invoice.Id,
|
||||
PaymentMethodType = PaymentMethodType.BitPay,
|
||||
|
||||
Reference in New Issue
Block a user