Skip to content

Commit

Permalink
feat(notifications): fixed bug, using wrong service
Browse files Browse the repository at this point in the history
  • Loading branch information
dasanorct committed Mar 1, 2024
1 parent 7a0b146 commit d4a2523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processor/src/routes/adyen-payment.route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export const adyenPaymentRoutes = async (
preHandler: [opts.hmacAuthHook.authenticate()],
},
async (request, reply) => {
await opts.notificationService.processNotification({
await opts.paymentService.processNotification({
data: request.body,
});

Expand Down

0 comments on commit d4a2523

Please sign in to comment.