From 391157850a77d6a2c5d3d2639ae19021cacdc4fa Mon Sep 17 00:00:00 2001 From: mehmet-yoti Date: Fri, 9 Feb 2024 08:49:51 +0000 Subject: [PATCH] SDK-2423:solved php-sdk-activity-details-get-profile-function-retrieves-empty-user-profile --- .../profile/app/Http/Controllers/DynamicShareController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/profile/app/Http/Controllers/DynamicShareController.php b/examples/profile/app/Http/Controllers/DynamicShareController.php index f9ec13bd..f5db2c97 100644 --- a/examples/profile/app/Http/Controllers/DynamicShareController.php +++ b/examples/profile/app/Http/Controllers/DynamicShareController.php @@ -29,7 +29,7 @@ public function show(YotiClient $client) $scenario = (new DynamicScenarioBuilder()) ->withPolicy($policy) ->withCallbackEndpoint('/profile') - //->withExtension($locationConstraint) + ->withExtension($locationConstraint) ->build(); return view('share', [