mirror of
https://github.com/bitwarden/server
synced 2025-12-17 16:53:23 +00:00
add transaction currency to details
This commit is contained in:
@@ -111,7 +111,7 @@ namespace Bit.Billing.Controllers
|
||||
Gateway = GatewayType.BitPay,
|
||||
GatewayId = invoice.Id,
|
||||
PaymentMethodType = PaymentMethodType.BitPay,
|
||||
Details = $"BitPay {invoice.Id}"
|
||||
Details = $"{invoice.TransactionCurrency}, BitPay {invoice.Id}"
|
||||
};
|
||||
await _transactionRepository.CreateAsync(tx);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user