From bc3e6f349c9cb356095ffef513b5ce05d65122ef Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Sat, 23 Feb 2019 08:01:23 -0500 Subject: [PATCH] no hash --- src/Billing/Controllers/BitPayController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Billing/Controllers/BitPayController.cs b/src/Billing/Controllers/BitPayController.cs index fd8ec31a6..4d4ee58e1 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 = $"BitPay {invoice.Id}" }; await _transactionRepository.CreateAsync(tx);