tipcat-net / tipcat-net-api

0 stars 0 forks source link

Handling error through wrong json serialization and getting empty req… #87

Closed DaniyarAskarov closed 2 years ago

DaniyarAskarov commented 2 years ago

…uest body

With wrong json body FluentValidators fall with error 500. Because PaymentRequest serialize into NULL, so fluent .Validate method crashs.