mirror of
https://github.com/bitwarden/server.git
synced 2025-02-17 02:01:53 +01:00
no hash
This commit is contained in:
parent
71667628f9
commit
bc3e6f349c
@ -111,7 +111,7 @@ namespace Bit.Billing.Controllers
|
||||
Gateway = GatewayType.BitPay,
|
||||
GatewayId = invoice.Id,
|
||||
PaymentMethodType = PaymentMethodType.BitPay,
|
||||
Details = $"BitPay #{invoice.Id}"
|
||||
Details = $"BitPay {invoice.Id}"
|
||||
};
|
||||
await _transactionRepository.CreateAsync(tx);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user