@@ -52,7 +52,9 @@ SuperFaktura account) and other invoice details on page
/admin/commerce/config/superfaktura
```
Next step is to create own module with subscriber to call SuperFaktura service.
Next step is to set when should the invoice creating service run. If you want to send invoices just when the order was placed, then enable the **superfaktura_invoice_place** submodule.
Otherwise create an own module with subscriber to call SuperFaktura service.
In example below SuperFaktura service is called when Order is placed.