Skip to content

Commit

Permalink
EMBCESSMOD-4989 - Shelter Allowance - Added Allowance as a knownType …
Browse files Browse the repository at this point in the history
…for serialization
  • Loading branch information
TimA authored and TimA committed Apr 10, 2024
1 parent 245e67d commit 6f3105e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ess/src/API/EMBC.Tests.Integration.ESS/DynamicsTestData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -358,8 +358,8 @@ private era_evacuationfile CreateEvacuationFile(EssContext essContext, contact p

private void CreateEvacueeSupports(EssContext essContext, era_evacuationfile file, contact contact, era_essteamuser creator, string prefix)
{
var referralSupportTypes = new[] { 174360001, 174360002, 174360003, 174360004, 174360007, 174360009 };
var etransferSupportTypes = new[] { 174360000, 174360005, 174360006, 174360008, 174360009 };
var referralSupportTypes = new[] { 174360001, 174360002, 174360003, 174360004, 174360007 };
var etransferSupportTypes = new[] { 174360000, 174360005, 174360006, 174360008 };

var referrals = referralSupportTypes.Select((t, i) => new era_evacueesupport
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ public class ProcessPaperReferralsRequest
[KnownType(typeof(LodgingBilletingSupport))]
[KnownType(typeof(LodgingGroupSupport))]
[KnownType(typeof(LodgingHotelSupport))]
[KnownType(typeof(ShelterAllowanceSupport))]
[KnownType(typeof(LodgingAllowanceSupport))]
[KnownType(typeof(TransportationOtherSupport))]
[KnownType(typeof(TransportationTaxiSupport))]
public abstract class Support
Expand Down

0 comments on commit 6f3105e

Please sign in to comment.