Skip to content

Conversation

@mvdhoek1
Copy link
Collaborator

No description provided.

@mvdhoek1 mvdhoek1 force-pushed the feat/php8-upgrade branch 5 times, most recently from 5945819 to e894449 Compare June 17, 2025 15:08
@mvdhoek1 mvdhoek1 force-pushed the feat/php8-upgrade branch 2 times, most recently from 2456242 to bf9d283 Compare June 24, 2025 13:17
@mvdhoek1 mvdhoek1 force-pushed the feat/php8-upgrade branch 2 times, most recently from e981c82 to 9001085 Compare November 5, 2025 15:35
* @param Exception $exception The exception to intercept.
* @param string $method PSR‑3 log level name (e.g. 'error', 'debug').
*
* @since NEXT
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@since NEXT wordt vervangen door 2.0.0 tijdens het taggen/releasen.

@mvdhoek1 mvdhoek1 marked this pull request as ready for review November 5, 2025 15:45
@mvdhoek1 mvdhoek1 requested review from dtakken and rivanuff November 5, 2025 15:45
return $this->validateBSN($bsn);
$bsn = \Yard\DigiD\Foundation\Helpers\resolve('session')->getSegment('digid')->get('bsn');

return ! empty($bsn) && is_string($bsn) ? \Yard\DigiD\Foundation\Helpers\decrypt($bsn) : '';
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is_string($bsn) && '' !== $bsn?

## Description

Prefill GravityForms fields, based on the dutch BSN number. Retrieve personal information and place these values in the corrensponding fields.
Prefill GravityForms fields, based on the Dutch BSN number. Retrieve personal information and place these values in the corrensponding fields.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Misschien wat miereneukerig 😶 :
Retrieves personal information and places these values in the corrensponding fields.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Altijd blijven mierenneuken 🐜

return $this->validateBSN($bsn);
}

if ($bsn = $this->samlDigiD()) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is dit echt nog nodig? De SAML plugin gebruikt nu ook de IDPUserData

],
],
[
'title' => esc_html__('Berichtenverkeer logboek', 'prefill-gravity-forms'),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Je kan ook op de native gravity forms logger inhaken, GFAddOn heeft log_error() en log_debug()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants