Skip to content

Commit

Permalink
changed authreqs eduediligence
Browse files Browse the repository at this point in the history
  • Loading branch information
erlendoksvoll committed Oct 10, 2023
1 parent 6d78e99 commit 2151d27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Dan.Plugin.Brreg/AnnualFinancialReport.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public static EvidenceCode GetDefinition()
EvidenceCodeName = nameof(AnnualFinancialReport),
Description = "Code for retrieving URLs to PDFs for annual financial reports (1-5 years) synchronously",
IsAsynchronous = false,
BelongsToServiceContexts = new List<string>() { Constants.EBEVIS, Constants.SERIOSITET, Constants.SERIOSITET },
BelongsToServiceContexts = new List<string>() { Constants.EBEVIS, Constants.SERIOSITET, Constants.SERIOSITET, Constants.EDUEDILIGENCE },
Parameters = new List<EvidenceParameter>
{
new EvidenceParameter
Expand Down Expand Up @@ -171,7 +171,7 @@ public static EvidenceCode GetDefinition()
{
new PartyTypeRequirement()
{
AppliesToServiceContext = new List<string>() { Constants.EBEVIS },
AppliesToServiceContext = new List<string>() { Constants.EBEVIS, Constants.EDUEDILIGENCE },
AllowedPartyTypes = new AllowedPartyTypesList()
{

Expand All @@ -180,7 +180,7 @@ public static EvidenceCode GetDefinition()
},
new PartyTypeRequirement()
{
AppliesToServiceContext = new List<string>() { Constants.EDUEDILIGENCE, Constants.SERIOSITET },
AppliesToServiceContext = new List<string>() { Constants.SERIOSITET },
AllowedPartyTypes = new AllowedPartyTypesList()
{

Expand Down

0 comments on commit 2151d27

Please sign in to comment.