Skip to content

Commit

Permalink
fix: remoção de linha
Browse files Browse the repository at this point in the history
  • Loading branch information
lucastgama committed Aug 12, 2024
1 parent 6e2fa74 commit 3bb8c5e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/utils/GenerateUser.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ private function get_or_create_user($billing_email, $billing_first_name, $billin

return $user_id;
}

private function set_user_id($userEmail)
{
$user = get_user_by('email', $userEmail);
Expand All @@ -60,5 +60,4 @@ private function generate_unique_username($billing_first_name, $billing_last_nam

return $username;
}

}
}

0 comments on commit 3bb8c5e

Please sign in to comment.