Skip to content

Commit

Permalink
RefundAdminSearchIndexer: Fix MySQL syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
M-arcus authored Jul 24, 2024
1 parent 79e8e7f commit d7138ea
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ public function fetch(array $ids): array
SELECT LOWER(HEX(mollie_refund.id)) as id,
type,
public_description,
internal_description,
internal_description
FROM mollie_refund
WHERE mollie_refund.id IN (:ids)
GROUP BY mollie_refund.id
Expand Down

0 comments on commit d7138ea

Please sign in to comment.