Selfservice donations reformatting feature/187-selfservice_donation #188

Merged
niggl merged 4 commits from feature/187-selfservice_donation into dev 2021-04-03 16:13:36 +00:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit f693f2cde9 - Show all commits

View File

@ -35,4 +35,5 @@ export enum ResponseObjectType {
USER = 'USER', USER = 'USER',
USERGROUP = 'USERGROUP', USERGROUP = 'USERGROUP',
USERPERMISSIONS = 'USERPERMISSIONS', USERPERMISSIONS = 'USERPERMISSIONS',
SELFSERVICEDONOR = 'SELFSERVICEDONOR'
} }

View File

@ -12,7 +12,7 @@ export class ResponseSelfServiceDonor implements IResponse {
* The responseType. * The responseType.
* This contains the type of class/entity this response contains. * This contains the type of class/entity this response contains.
*/ */
responseType: ResponseObjectType = ResponseObjectType.SELFSERVICERUNNER; responseType: ResponseObjectType = ResponseObjectType.SELFSERVICEDONOR;
/** /**
* The participant's id. * The participant's id.