Skip to content

Commit

Permalink
WID-513 - Add benefitUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
brampauwelyn committed Feb 27, 2024
1 parent 4a4bd0e commit 807c811
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Widget/Twig/TwigPreprocessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,7 @@ public function preprocessUitpasPromotions($rawPromotions)
$promotions[] = [
'title' => $promotion['title'],
'points' => $promotion['points'],
'benefitURL' => 'https://www.uitpas.be/voordelen-zoeken#/voordelen/' . $promotion['id'],
];
}

Expand Down

0 comments on commit 807c811

Please sign in to comment.