Skip to content

Commit

Permalink
Merge branch '1251-minor-issues-in-staging' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
PG-Momik committed Aug 4, 2023
2 parents ac49ab9 + 399fd0c commit 761c9b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public function getRegistrationAgency($country_code): array
$filtered_agency = [];

foreach ($registration_agency as $key => $value) {
if (in_array(str_split($key, 2)[0], [$country_code, 'XI', 'XR'], true)) {
if (in_array(str_split($key, 2)[0], [$country_code, 'XM', 'XI', 'XR'], true)) {
$filtered_agency[$key] = $value;
}
}
Expand Down

0 comments on commit 761c9b6

Please sign in to comment.