Skip to content

Commit

Permalink
fix(payments-plugin): Mollie - add missing request when settled amoun…
Browse files Browse the repository at this point in the history
…t is 0 (#2993)
  • Loading branch information
casperiv0 authored Aug 5, 2024
1 parent 999e89e commit afd6435
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/payments-plugin/src/mollie/mollie.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ export class MollieService {
authorizedAsOwnerOnly: false,
channel: ctx.channel,
languageCode: ctx.languageCode,
req: ctx.req,
});
await this.addPayment(
adminCtx,
Expand Down

0 comments on commit afd6435

Please sign in to comment.