- Issue created by @moonparade
- 🇫🇷France moonparade
It's ok :), I handle this by using the parameter "$values".
$invoice_generator->generate([$order], $order->getStore(), $order->getBillingProfile(), $values);
Thank you for the great work.
For a project, I need to generate multiple invoices at the same time. One for the customer and one for the website commerce manager.
Both needs to be generated when an order is placed and have their own twig template.
It's OK when an invoice is automatically generate and a credit memo (for test purpose) is generate manually, but how to generate both in response of the same event ?
For exemple, is it possible to generate an invoice and a credit memo at the same time ?
I try to use the invoiceGenerator service but how do I specify the invoice type ?
Thanks,
Active
Code
It's ok :), I handle this by using the parameter "$values".
$invoice_generator->generate([$order], $order->getStore(), $order->getBillingProfile(), $values);