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 e3be92b63e - Show all commits

View file

@ -63,7 +63,7 @@ class AuthController extends ApiController
// return data
return new ApiResponse(true, '', [
'session_id' => $sess->getID(),
'session_key' => $sess->getID(),
]);
}