1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-20 20:45:10 -05:00
This commit is contained in:
Kyle Spearrin 2019-02-23 08:01:23 -05:00
parent 71667628f9
commit bc3e6f349c

View File

@ -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 = $"BitPay #{invoice.Id}" Details = $"BitPay {invoice.Id}"
}; };
await _transactionRepository.CreateAsync(tx); await _transactionRepository.CreateAsync(tx);