@@ -34,6 +34,6 @@ final class DolibarrAccountProvider implements ProviderInterface
throw new RuntimeException('not supported', 500);
}
- return $this->dolibarrAccountCreator->getDolibarrAccount($uriVariables['id']);
+ return $this->dolibarrAccountCreator->getDolibarrAccount($uriVariables['organizationId']);
@@ -35,6 +35,6 @@ final class MobytUserStatusProvider implements ProviderInterface
- return $this->mobytUserStatusCreator->getUserStatus((int) $uriVariables['id']);
+ return $this->mobytUserStatusCreator->getUserStatus((int) $uriVariables['organizationId']);