Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[API] Resend Verification email#12474

Merged
GSadee merged 2 commits into
Sylius:masterfrom
arti0090:resend-verification-email
Mar 24, 2021
Merged

[API] Resend Verification email#12474
GSadee merged 2 commits into
Sylius:masterfrom
arti0090:resend-verification-email

Conversation

@arti0090
Copy link
Copy Markdown
Contributor

Q A
Branch? master
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no
License MIT

@arti0090 arti0090 added the API APIs related issues and PRs. label Mar 23, 2021
@arti0090 arti0090 requested a review from a team as a code owner March 23, 2021 12:44
@arti0090 arti0090 force-pushed the resend-verification-email branch 2 times, most recently from 8afef57 to 99a6f21 Compare March 23, 2021 14:26
@arti0090 arti0090 force-pushed the resend-verification-email branch from 99a6f21 to ab9bda4 Compare March 24, 2021 06:21
Comment thread src/Sylius/Behat/Context/Api/Shop/CustomerContext.php Outdated
Comment thread src/Sylius/Bundle/ApiBundle/Validator/Constraints/ShopUserExistsValidator.php Outdated
Comment thread src/Sylius/Bundle/ApiBundle/Validator/Constraints/ShopUserExistsValidator.php Outdated
Comment thread src/Sylius/Bundle/ApiBundle/Validator/Constraints/ShopUserVerificationState.php Outdated
@GSadee GSadee merged commit e3b7aa0 into Sylius:master Mar 24, 2021
@GSadee
Copy link
Copy Markdown
Member

GSadee commented Mar 24, 2021

Thank you, @arti0090! 🎉

Comment on lines +63 to +67
if (!$channel->isAccountVerificationRequired()) {
$user->setEnabled(true);

return;
}
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where did this logic come from? Do we have a scenario for this case?

GSadee added a commit that referenced this pull request Mar 24, 2021
This PR was merged into the 1.10-dev branch.

Discussion
----------

| Q               | A
| --------------- | -----
| Branch?         | master
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | fixes #12474 (comment)
| License         | MIT


Commits
-------

3b0f3c3 Remove unnecessary logic from handler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

API APIs related issues and PRs.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants