diff --git a/src/Billing/Controllers/BitPayController.cs b/src/Billing/Controllers/BitPayController.cs
index 4d4ee58e11..7841039bc1 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 = $"BitPay {invoice.Id}"
+ Details = $"{invoice.TransactionCurrency}, BitPay {invoice.Id}"
};
await _transactionRepository.CreateAsync(tx);
diff --git a/src/Core/Core.csproj b/src/Core/Core.csproj
index 3940b9cc65..e3df1ade5b 100644
--- a/src/Core/Core.csproj
+++ b/src/Core/Core.csproj
@@ -25,7 +25,7 @@
-
+