Skip to content

Commit

Permalink
VACMS-19840: Updates Manila VA Clinic url (#19845)
Browse files Browse the repository at this point in the history
  • Loading branch information
omahane authored Nov 8, 2024
1 parent 5f450e6 commit 6668647
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,8 @@ protected function getSystemOverrides(array &$payload) {

// Manila VA Clinic - vha_358. Manila is a one facility system.
if ($facility_id === 'vha_358') {
$payload['core']['facility_url'] = 'https://www.visn21.va.gov/locations/manila.asp';
$payload['core']['facility_url'] = 'https://www.va.gov/manila-va-clinic/';
$payload['system']['url'] = 'https://www.va.gov/manila-va-clinic/';
}
}
}
Expand Down

0 comments on commit 6668647

Please sign in to comment.