Skip to content

Commit fffd564

Browse files
committed
Fix conflicting fields
1 parent 0887d00 commit fffd564

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

email/contact.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ function verifyRecaptcha($endpoint, $config): int {
2727
function createCustomer($baseUrl, $token, $name, $email): bool {
2828
$data = json_encode(array(
2929
'displayName' => $name,
30-
'fullName' => $name,
3130
'email' => $email,
3231
));
3332

0 commit comments

Comments
 (0)