diff --git a/src/Billing/Controllers/BitPayController.cs b/src/Billing/Controllers/BitPayController.cs index 3f6416fb5a..fd8ec31a68 100644 --- a/src/Billing/Controllers/BitPayController.cs +++ b/src/Billing/Controllers/BitPayController.cs @@ -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);