Resolve "New invoice service" #1669

Merged
korina.cordero merged 105 commits from 744-new-invoice-service into master 2023-11-22 08:54:54 +00:00
Showing only changes of commit 54c49eb8c5 - Show all commits

View file

@ -11,5 +11,6 @@ interface InvoiceRuleInterface
public function validateInvoiceItems($criteria, $invoice_items);
// compute
// this returns an array of items or empty array
public function compute($criteria, &$total);
}