Add source to invoice criteria. Modify invoice rules to get service fees from... #1701

Merged
arcticzero merged 217 commits from 746-resq-2-0-final into master 2023-11-22 08:54:48 +00:00
Showing only changes of commit acf7ce0d4d - Show all commits

View file

@ -42,7 +42,7 @@ class Jumpstart implements InvoiceRuleInterface
// TODO: we need to to put this somewhere like in .env
// so that if any chanages are to be made, we just edit the file
// instead of the code
return 150;
return 300;
}
public function validatePromo($criteria, $promo_id)