Skip to content

Commit

Permalink
refact: allow all none process fields to custom fields
Browse files Browse the repository at this point in the history
  • Loading branch information
kaioken committed Jul 9, 2024
1 parent a38d8d3 commit 1c22e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Guild/Integration/LeadReceiverParserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public function testExtraLeadParser(): void
$email = fake()->email;
$lastname = fake()->lastName;
$url = fake()->url;

$leadReceived = json_encode([
'firstname' => $name,
'lastname' => $lastname,
Expand Down

0 comments on commit 1c22e9b

Please sign in to comment.