From f2e8cb19b280ca7b66c1e3e8f3b1708da36eaba4 Mon Sep 17 00:00:00 2001 From: casperiv0 <53900565+casperiv0@users.noreply.github.com> Date: Sun, 4 Aug 2024 10:49:51 +0200 Subject: [PATCH] fix(mollie-plugin): Add missing request when settled amount is 0 --- packages/payments-plugin/src/mollie/mollie.service.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/payments-plugin/src/mollie/mollie.service.ts b/packages/payments-plugin/src/mollie/mollie.service.ts index 6874bf3f36..3288eb3c8d 100644 --- a/packages/payments-plugin/src/mollie/mollie.service.ts +++ b/packages/payments-plugin/src/mollie/mollie.service.ts @@ -178,6 +178,7 @@ export class MollieService { authorizedAsOwnerOnly: false, channel: ctx.channel, languageCode: ctx.languageCode, + req: ctx.req, }); await this.addPayment( adminCtx,