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 202b2d740e - Show all commits

View file

@ -5,8 +5,8 @@ namespace App\Ramcar;
class MotoliteEventType extends NameValue
{
const EVENT = 'event';
const News = 'news';
const Blog = 'blog';
const NEWS = 'news';
const BLOG = 'blog';
const COLLECTION = [
'event' => 'Event',