pretix / pretix-mollie

Mollie payments for pretix
Other
3 stars 9 forks source link

BankTransfer: Generate invoice after payment if invoice_generate=paid (Z#23144775) #30

Closed pc-coholic closed 6 months ago

pc-coholic commented 6 months ago

As of right now, the invoice-generation for Bank Transfer did not work as expected: the requires_invoice_immediately caused the invoice to be generated before the payment, thus generating an invoice without the Mollie payment information.

This change: