Commit 2847f499 authored by Robert Kasza's avatar Robert Kasza Committed by Róbert Kasza
Browse files

Issue #3320066 by kaszarobert: Fix post send event ID in InvoiceEvents

parent 59a51ae4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.