We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eb9de8 commit f659de0Copy full SHA for f659de0
examples/doc_scan/app.py
@@ -47,7 +47,6 @@ def create_session():
47
.with_preset_issuing_country("GBR")
48
.with_success_url("{url}/success".format(url=YOTI_APP_BASE_URL))
49
.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))
51
.build()
52
)
53
0 commit comments