Permalink
Show file tree
Hide file tree
6 changes: 3 additions & 3 deletions
6
src/Core/Content/Newsletter/SalesChannel/NewsletterSubscribeRoute.php
2 changes: 1 addition & 1 deletion
2
src/Storefront/Resources/views/storefront/page/account/newsletter.html.twig
2 changes: 1 addition & 1 deletion
2
tests/e2e/cypress/e2e/scenarios/39.newsletter-subscription.cy.js
12 changes: 9 additions & 3 deletions
12
tests/integration/php/Core/Checkout/Customer/SalesChannel/ChangeEmailRouteTest.php
5 changes: 5 additions & 0 deletions
5
tests/integration/php/Core/Checkout/Customer/SalesChannel/ChangeProfileRouteTest.php
24 changes: 15 additions & 9 deletions
24
tests/integration/php/Core/Content/Newsletter/SalesChannel/NewsletterSubscribeRouteTest.php
14 changes: 10 additions & 4 deletions
14
...hannel/NewsletterUnsubscribeRouteTest.php → ...hannel/NewsletterUnsubscribeRouteTest.php
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Merge branch 'next-22891/fix-newsletter-route-does-not-handle-double-…
…optin-setting-correctly' into '6.4.18.1' NEXT-22891 - Fix newsletter route does not handle double optin setting correctly See merge request shopware/6/product/platform!8819
- Loading branch information
Showing
15 changed files
with
231 additions
and
71 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
...22-09-01-fix-newsletter-route-does-not-handle-double-optin-setting-correctly.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| --- | ||
| title: Fix newsletter route does not handle double optin setting correctly | ||
| issue: NEXT-22891 | ||
| author: Michel Bade | ||
| author_email: m.bade@shopware.com | ||
| --- | ||
| # API | ||
| * Changed option selection behavior in `src/Core/Content/Newsletter/SalesChannel/NewsletterSubscribeRoute.php` to remove client side decision on newsletter double opt-in | ||
| ___ | ||
| # Storefront | ||
| * Added missing snippets for newsletter double opt-in in `src/Storefront/Controller/NewsletterController.php` | ||
| * Changed client side decision on newsletter double opt-in in `src/Storefront/Controller/NewsletterController.php` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.