Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Schwarz committed Sep 16, 2021
1 parent 91b0d30 commit ee73445
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ public class QrCodeDto {

// Company Name
// used from application.yml
private String servicePovider;
private String serviceProvider;
}
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public QrCodeDto getBySubject(String subject) {
.token(accessTokenService.buildAccessToken(subject))
.consent(properties.getConsent())
.subject(subject)
.servicePovider(properties.getServiceProvider())
.serviceProvider(properties.getServiceProvider())
.build();
}
}

0 comments on commit ee73445

Please sign in to comment.