Skip to content

Commit ce87560

Browse files
committed
Updating web form timeout to 24 hours
1 parent 6af6853 commit ce87560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/Examples/WebForms/CreateAndEmbedFormService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public static function createInstance(
8989
$options = new CreateInstanceRequestBody([
9090
'client_user_id' => '1234-5678-abcd-ijkl',
9191
'form_values' => $formValues,
92-
'expiration_offset' => 3600,
92+
'expiration_offset' => 24,
9393
]);
9494
#ds-snippet-end:WebForms1Step4
9595

0 commit comments

Comments
 (0)