Skip to content

Commit

Permalink
Do not set type of service on CCC entity
Browse files Browse the repository at this point in the history
  • Loading branch information
MKodde committed Jul 8, 2024
1 parent 2ae127c commit 16988f7
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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()));
Expand Down

0 comments on commit 16988f7

Please sign in to comment.