Skip to content

Commit faafa8c

Browse files
YumeChaanCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 70c9361 commit faafa8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/registrars/openprovider/configuration/additionalfields.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1302,7 +1302,7 @@ function op_addConsentField(array &$additionaldomainfields, string $tld, bool $r
13021302
"Required" => false,
13031303
"op_location" => "customerExtensionAdditionalData",
13041304
"op_name" => "soleProprietorship",
1305-
"op_values" => [true, false]
1305+
"op_values" => ['true', 'false']
13061306
);
13071307

13081308
// .IN and all .IN SLDs

0 commit comments

Comments
 (0)