We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bde9cc commit e1e38abCopy full SHA for e1e38ab
modules/os2forms_fasit/src/Helper/Settings.php
@@ -78,7 +78,9 @@ public function getFasitCertificateLocator(): string {
78
* Get Fasit key certificate configuration.
79
*/
80
public function getFasitCertificateKey(): ?string {
81
- return $this->get(SettingsForm::KEY);
+ $config = $this->getFasitCertificateConfig();
82
+
83
+ return $config[SettingsForm::PROVIDER_TYPE_KEY] ?? NULL;
84
}
85
86
/**
0 commit comments