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