Skip to content

Commit

Permalink
dump to start testing
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrands02 committed Jun 14, 2024
1 parent fa9fc9b commit c8cb482
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Service/ZGWToXxllncService.php
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,8 @@ public function zgwToXxllncHandler(?array $data = [], ?array $configuration = []
$this->data = $data['response'];
$this->configuration = $configuration;

dump($this->data);die;

$zaakTypeId = $this->getZaakTypeId();
if ($zaakTypeId === false) {
return [];
Expand Down

0 comments on commit c8cb482

Please sign in to comment.