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 6af6853 commit ce87560Copy full SHA for ce87560
src/Services/Examples/WebForms/CreateAndEmbedFormService.php
@@ -89,7 +89,7 @@ public static function createInstance(
89
$options = new CreateInstanceRequestBody([
90
'client_user_id' => '1234-5678-abcd-ijkl',
91
'form_values' => $formValues,
92
- 'expiration_offset' => 3600,
+ 'expiration_offset' => 24,
93
]);
94
#ds-snippet-end:WebForms1Step4
95
0 commit comments