Problem/Motivation
const INVOICE_POST_SEND = 'superfaktura.invoice_pre_send';
It should be
const INVOICE_POST_SEND = 'superfaktura.invoice_post_send';
const INVOICE_POST_SEND = 'superfaktura.invoice_pre_send';
It should be
const INVOICE_POST_SEND = 'superfaktura.invoice_post_send';
Comments
Comment #3
kaszarobert