diff --git a/src/SFA.DAS.Payments.RequiredPayments.Application/Mapping/RequiredPaymentsProfile.cs b/src/SFA.DAS.Payments.RequiredPayments.Application/Mapping/RequiredPaymentsProfile.cs index 4f8eadca2..173663ccc 100644 --- a/src/SFA.DAS.Payments.RequiredPayments.Application/Mapping/RequiredPaymentsProfile.cs +++ b/src/SFA.DAS.Payments.RequiredPayments.Application/Mapping/RequiredPaymentsProfile.cs @@ -181,7 +181,7 @@ public RequiredPaymentsProfile() .ForMember(x => x.EarningEventId, opt => opt.MapFrom(source => source.EarningEventId)) .ForMember(x => x.ContractType, opt => opt.UseValue(ContractType.Act1)) .ForMember(x => x.AgeAtStartOfLearning, opt => opt.MapFrom(source => source.AgeAtStartOfLearning)) - .ForMember(x => x.LearningStartDate, opt => opt.Ignore()); + ; CreateMap()