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
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE

View File

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