mirror of
https://github.com/bitwarden/server.git
synced 2025-07-04 17:42:49 -05:00
bitpay invoice id
This commit is contained in:
@ -111,7 +111,7 @@ namespace Bit.Billing.Controllers
|
|||||||
Gateway = GatewayType.BitPay,
|
Gateway = GatewayType.BitPay,
|
||||||
GatewayId = invoice.Id,
|
GatewayId = invoice.Id,
|
||||||
PaymentMethodType = PaymentMethodType.BitPay,
|
PaymentMethodType = PaymentMethodType.BitPay,
|
||||||
Details = invoice.Id
|
Details = $"BitPay #{invoice.Id}"
|
||||||
};
|
};
|
||||||
await _transactionRepository.CreateAsync(tx);
|
await _transactionRepository.CreateAsync(tx);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user