Skip to content

Commit 1b89217

Browse files
author
Mike van den Hoek
committed
(refactor): retrieve bsn by DigiD session instead of value of form field
1 parent 0980cc5 commit 1b89217

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/PrefillGravityForms/GravityForms/GravityForms.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ protected function getBSN(): string
8282
}
8383

8484
/**
85-
* BSN numbers could start with one or more zero's at the beginning.
86-
* The zero's are not returned by DigiD so the required length of 9 characters is not met.
87-
* Supplement the value so it meets the required length of 9.
88-
*/
85+
* BSN numbers could start with one or more zero's at the beginning.
86+
* The zero's are not returned by DigiD so the required length of 9 characters is not met.
87+
* Supplement the value so it meets the required length of 9.
88+
*/
8989
public function supplementBSN(string $bsn): string
9090
{
9191
$bsnLength = strlen($bsn);

0 commit comments

Comments
 (0)