Loading src/Event/InvoiceEvents.php +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ final class InvoiceEvents { * * @see \Drupal\superfaktura\Event\InvoicePostSendEvent */ const INVOICE_POST_SEND = 'superfaktura.invoice_pre_send'; const INVOICE_POST_SEND = 'superfaktura.invoice_post_send'; /** * Name of the event fired after invoice is created. Loading Loading
src/Event/InvoiceEvents.php +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ final class InvoiceEvents { * * @see \Drupal\superfaktura\Event\InvoicePostSendEvent */ const INVOICE_POST_SEND = 'superfaktura.invoice_pre_send'; const INVOICE_POST_SEND = 'superfaktura.invoice_post_send'; /** * Name of the event fired after invoice is created. Loading