diff --git a/examples/doc-scan/app/Http/Controllers/HomeController.php b/examples/doc-scan/app/Http/Controllers/HomeController.php index 5df232e0..8c224851 100644 --- a/examples/doc-scan/app/Http/Controllers/HomeController.php +++ b/examples/doc-scan/app/Http/Controllers/HomeController.php @@ -89,6 +89,7 @@ public function show(Request $request, DocScanClient $client) ->withRequestedCheck( (new RequestedLivenessCheckBuilder()) ->forStaticLiveness() + ->withMaxRetries(3) ->build() ) ->withRequestedCheck( @@ -128,7 +129,7 @@ public function show(Request $request, DocScanClient $client) ->withSdkConfig( (new SdkConfigBuilder()) ->withAllowsCameraAndUpload() - ->withPrimaryColour('#eee') + ->withPrimaryColour('#2875BC') ->withSecondaryColour('#FFFFFF') ->withFontColour('#FFFFFF') ->withLocale('en-GB') @@ -172,4 +173,4 @@ public function show(Request $request, DocScanClient $client) ]) ]); } -} +} \ No newline at end of file