Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

emailvalidation result wrong parameter #147

Open
mycroft84 opened this issue Jan 13, 2025 · 1 comment
Open

emailvalidation result wrong parameter #147

mycroft84 opened this issue Jan 13, 2025 · 1 comment

Comments

@mycroft84
Copy link

when get emailvalidation result, and you set the results array the result, the url builder is implode the array, but the is wait array..

the wrong params:

results=valid,failed

the good is:

results[]=valid&result[]=failed...

@mycroft84
Copy link
Author

$url = $this->buildUri("$this->endpoint/$emailVerificationId/results")."?".http_build_query([
'page' => $page,
'limit' => $limit,
'results' => $results,
]);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant