Affect orderId to crowdfund app invoices

This commit is contained in:
nicolas.dorier
2019-02-22 17:29:54 +09:00
parent 5b0b4adb1c
commit 4016ded584

View File

@@ -174,6 +174,7 @@ namespace BTCPayServer.Controllers
{
var invoice = await _InvoiceController.CreateInvoiceCore(new CreateInvoiceRequest()
{
OrderId = AppService.GetCrowdfundOrderId(appId),
Currency = settings.TargetCurrency,
ItemCode = request.ChoiceKey ?? string.Empty,
ItemDesc = title,