Skip to content

Commit c6d5521

Browse files
authored
Merge pull request #323 from getyoti/SDK-2135_Basic
SDK-2135: Use DBS BASIC in DBS check example page
2 parents dd2ae7b + b2763fe commit c6d5521

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

yoti-sdk-spring-boot-example/src/main/java/com/yoti/api/examples/springboot/YotiLoginController.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,10 @@ public String doLogin(@RequestParam("token") final String token, final Model mod
159159
}
160160

161161
@RequestMapping("/dbs-check")
162-
public String dbsStandard(final Model model) {
162+
public String dbsCheck(final Model model) {
163163
Map<String, Object> scheme = new HashMap<>();
164164
scheme.put("type", "DBS");
165-
scheme.put("objective", "STANDARD");
165+
scheme.put("objective", "BASIC");
166166

167167
Map<String, Object> identityProfile = new HashMap<>();
168168
identityProfile.put("trust_framework", "UK_TFIDA");

0 commit comments

Comments
 (0)