Skip to content

Commit

Permalink
BUG in VendorController
Browse files Browse the repository at this point in the history
  • Loading branch information
paaton committed May 25, 2024
1 parent 45dd322 commit b0bc979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ParticipantVendor/ParticipantVendorController.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function RetrieveParticipantByTieCode(
$vendoredParticipant->medicaments = $participant->medicaments;
}

$body = json_encode($participant);
$body = json_encode($vendoredParticipant);

if ($body === false) { return $response->withStatus(500); }

Expand Down

0 comments on commit b0bc979

Please sign in to comment.