Skip to content

Commit

Permalink
VACMS-15088: Removes the covid_url from payload
Browse files Browse the repository at this point in the history
  • Loading branch information
omahane authored and swirtSJW committed Oct 3, 2023
1 parent 963e519 commit 3e3fbec
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ protected function getRelatedSystemInfo(array &$payload) {
$payload['system'] = [
'name' => $systemNode->get('title')->value,
'url' => 'https://www.va.gov' . $systemUrl,
'covid_url' => "https://www.va.gov{$systemUrl}/programs/covid-19-vaccines",
'va_health_connect_phone' => $systemNode->get('field_va_health_connect_phone')->value,
];
}
Expand Down

0 comments on commit 3e3fbec

Please sign in to comment.