Fix: formResponse and formId missing from API's GetPaymentRequest route

This commit is contained in:
nicolas.dorier
2023-06-21 12:47:21 +09:00
parent ad70856af0
commit 0c1d0d7b05

View File

@@ -255,7 +255,9 @@ namespace BTCPayServer.Controllers.Greenfield
Email = blob.Email, Email = blob.Email,
AllowCustomPaymentAmounts = blob.AllowCustomPaymentAmounts, AllowCustomPaymentAmounts = blob.AllowCustomPaymentAmounts,
EmbeddedCSS = blob.EmbeddedCSS, EmbeddedCSS = blob.EmbeddedCSS,
CustomCSSLink = blob.CustomCSSLink CustomCSSLink = blob.CustomCSSLink,
FormResponse = blob.FormResponse,
FormId = blob.FormId
}; };
} }