diff --git a/src/Bank/BankFactory.php b/src/Bank/BankFactory.php index 0f5e656..114104d 100644 --- a/src/Bank/BankFactory.php +++ b/src/Bank/BankFactory.php @@ -24,7 +24,7 @@ public static function create($institute) 'name' => 'setName', 'location' => 'setLocation', "organisation" => 'setOrganization', - 'pinTanUrl' => 'setPinTanUrl', + 'pinTanURL' => 'setPinTanUrl', 'protocol' => 'setFintsVersion', "hbciDomain" => 'setHbciUrl', "hbciAddress" => 'setHbciIp', @@ -49,4 +49,4 @@ public static function create($institute) $bank->setSupportedTechnologies($supportedTechnologies); return $bank; } -} \ No newline at end of file +}