Skip to content

Commit

Permalink
feature: allow filter to ignore debit notes (for integration testing)
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Jul 23, 2024
1 parent f8a714d commit 620b355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/payment/agreement_payment_process.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export class AgreementPaymentProcess {

this.debitNotes.set(debitNote.id, debitNote);

let acceptedByFilter: boolean = false;
let acceptedByFilter = false;
try {
acceptedByFilter = await this.options.debitNoteFilter(debitNote, {
agreement: this.agreement,
Expand Down

0 comments on commit 620b355

Please sign in to comment.