Browse Source

fix(payments-plugin): Mollie - add missing request when settled amount is 0 (#2993)

Casper Iversen 1 year ago
parent
commit
afd6435825
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/payments-plugin/src/mollie/mollie.service.ts

+ 1 - 0
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,