From 1c22e9b91a1ade43f61603bc3bdb5554a3b12b6c Mon Sep 17 00:00:00 2001 From: kaioken Date: Tue, 9 Jul 2024 14:32:17 -0400 Subject: [PATCH] refact: allow all none process fields to custom fields --- tests/Guild/Integration/LeadReceiverParserTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Guild/Integration/LeadReceiverParserTest.php b/tests/Guild/Integration/LeadReceiverParserTest.php index c8f48799c..53a02bef9 100644 --- a/tests/Guild/Integration/LeadReceiverParserTest.php +++ b/tests/Guild/Integration/LeadReceiverParserTest.php @@ -107,7 +107,7 @@ public function testExtraLeadParser(): void $email = fake()->email; $lastname = fake()->lastName; $url = fake()->url; - + $leadReceived = json_encode([ 'firstname' => $name, 'lastname' => $lastname,