This commit is contained in:
nicolas.dorier 2021-03-02 11:50:01 +09:00
parent 4f6ec3aa32
commit bd447b6c79
No known key found for this signature in database
GPG key ID: 6618763EF09186FE

View file

@ -335,7 +335,9 @@ namespace BTCPayServer.Controllers.GreenField
PaymentMethods =
entity.GetPaymentMethods().Select(method => method.GetId().ToStringNormalized()).ToArray(),
SpeedPolicy = entity.SpeedPolicy,
DefaultLanguage = entity.DefaultLanguage
DefaultLanguage = entity.DefaultLanguage,
RedirectAutomatically = entity.RedirectAutomatically,
RedirectURL = entity.RedirectURLTemplate
}
};
}