diff --git a/src/Surfnet/ServiceProviderDashboard/Infrastructure/Manage/Factory/SaveCommandFactory.php b/src/Surfnet/ServiceProviderDashboard/Infrastructure/Manage/Factory/SaveCommandFactory.php index b494f3426..4feb4c7fe 100644 --- a/src/Surfnet/ServiceProviderDashboard/Infrastructure/Manage/Factory/SaveCommandFactory.php +++ b/src/Surfnet/ServiceProviderDashboard/Infrastructure/Manage/Factory/SaveCommandFactory.php @@ -210,8 +210,6 @@ public function buildOauthCccCommandByManageEntity( // Coin data $command->setApplicationUrl($coins->getApplicationUrl()); - $command->setTypeOfService($coins->getTypeOfService()->getArray()); - $command->setEulaUrl($coins->getEula()); $command->setAdministrativeContact(Contact::from($metaData->getContacts()->findAdministrativeContact()));