Skip to content

Commit f659de0

Browse files
committed
Removed Error Call
1 parent 8eb9de8 commit f659de0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/doc_scan/app.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ def create_session():
4747
.with_preset_issuing_country("GBR")
4848
.with_success_url("{url}/success".format(url=YOTI_APP_BASE_URL))
4949
.with_error_url("{url}/error".format(url=YOTI_APP_BASE_URL))
50-
.with_privacy_policy_url("{url}/privacy-policy".format(url=YOTI_APP_BASE_URL))
5150
.build()
5251
)
5352

0 commit comments

Comments
 (0)