Skip to content

Commit

Permalink
Update UdapCertificationsAndEndorsementBuilder.cs
Browse files Browse the repository at this point in the history
wip: tos was incorrectly set.  Yes I know there isn't a test for this.  There are so many test to still write for certifications and endorsements as there are a lot of rules.
  • Loading branch information
JoeShook committed Sep 19, 2024
1 parent 1712efe commit a78a713
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ public UdapCertificationsAndEndorsementBuilder WithLogoUri(string logoUri)
/// <returns></returns>
public UdapCertificationsAndEndorsementBuilder WithTermsOfService(string termsOfService)
{
_document.ClientUri = termsOfService;
_document.TosUri = termsOfService;
return this;
}

Expand Down

0 comments on commit a78a713

Please sign in to comment.