Skip to content

Commit c1ba853

Browse files
committed
Update .ru additional fields starred markers to align with spec requirements
1 parent 1ffdf52 commit c1ba853

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

modules/registrars/openprovider/configuration/additionalfields.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ function op_addConsentField(array &$additionaldomainfields, string $tld, bool $r
309309

310310
// --- Individual-only fields ---
311311
[
312-
"Name" => "First Name in Cyrillic (Individual – Russian) *",
312+
"Name" => "First Name in Cyrillic (Individual – Russian)",
313313
"LangVar" => "ruFirstNameCyrillic",
314314
"Type" => "text",
315315
"Required" => false,
@@ -331,7 +331,7 @@ function op_addConsentField(array &$additionaldomainfields, string $tld, bool $r
331331
"op_name" => "middleNameCyrillic",
332332
],
333333
[
334-
"Name" => "Last Name in Cyrillic (Individual – Russian) *",
334+
"Name" => "Last Name in Cyrillic (Individual – Russian)",
335335
"LangVar" => "ruLastNameCyrillic",
336336
"Type" => "text",
337337
"Required" => false,
@@ -375,7 +375,7 @@ function op_addConsentField(array &$additionaldomainfields, string $tld, bool $r
375375
"op_name" => "lastNameLatin",
376376
],
377377
[
378-
"Name" => "Passport Series (Individual)",
378+
"Name" => "Passport Series (Individual) *",
379379
"LangVar" => "ruPassportSeries",
380380
"Type" => "text",
381381
"Required" => false,
@@ -386,7 +386,7 @@ function op_addConsentField(array &$additionaldomainfields, string $tld, bool $r
386386
"op_name" => "passportSeries",
387387
],
388388
[
389-
"Name" => "Passport Number (Individual)",
389+
"Name" => "Passport Number (Individual) *",
390390
"LangVar" => "ruPassportNumber",
391391
"Type" => "text",
392392
"Required" => false,
@@ -397,7 +397,7 @@ function op_addConsentField(array &$additionaldomainfields, string $tld, bool $r
397397
"op_name" => "passportNumber",
398398
],
399399
[
400-
"Name" => "Passport Issuer (Individual)",
400+
"Name" => "Passport Issuer (Individual) *",
401401
"LangVar" => "ruPassportIssuer",
402402
"Type" => "text",
403403
"Required" => false,
@@ -408,7 +408,7 @@ function op_addConsentField(array &$additionaldomainfields, string $tld, bool $r
408408
"op_name" => "passportIssuer",
409409
],
410410
[
411-
"Name" => "Passport Issue Date (Individual)",
411+
"Name" => "Passport Issue Date (Individual) *",
412412
"LangVar" => "ruPassportIssueDate",
413413
"Type" => "text",
414414
"Required" => false,
@@ -441,7 +441,7 @@ function op_addConsentField(array &$additionaldomainfields, string $tld, bool $r
441441
"op_name" => "passportExpiryDate",
442442
],
443443
[
444-
"Name" => "Birth Date (Individual)",
444+
"Name" => "Birth Date (Individual) *",
445445
"LangVar" => "ruBirthDate",
446446
"Type" => "text",
447447
"Required" => false,

0 commit comments

Comments
 (0)