Skip to content

Commit

Permalink
fix(BPDM): fixed the request structure of BPDM api (#928)
Browse files Browse the repository at this point in the history
Reviewed-By: Phil Schneider <[email protected]>
Refs: #927
  • Loading branch information
dhiren-singh-007 authored Aug 14, 2024
1 parent 11390e5 commit 7286027
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,5 @@ public record BpdmLegalEntityData(
BpdmLegalEntity LegalEntity,
BpdmSite? Site,
BpdmAddress Address,
bool OwnCompanyData
bool IsOwnCompanyData
);

0 comments on commit 7286027

Please sign in to comment.