Skip to content

Commit

Permalink
PISHPS-369: Fix add to cart on PDP with Applepay and GDPR (#858)
Browse files Browse the repository at this point in the history
* NTR: PISHPS-369: Fix add to cart on PDP with Applepay and GDPR

* NTR: fix cypress tests

* NTR: move button out of form

* NTR: revert cypress

---------

Co-authored-by: Vitalij Mik <[email protected]>
  • Loading branch information
BlackScorp and Vitalij Mik authored Oct 9, 2024
1 parent dab1610 commit 3cef695
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

{% endblock %}

{% block buy_widget_buy_button_container %}
{% block buy_widget_buy_form_inner %}
{{ parent() }}
{% block page_product_detail_buy_container_apple_direct %}
{# this is for Shopware < 6.4 #}
Expand Down
1 change: 1 addition & 0 deletions tests/Cypress/cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ module.exports = defineConfig({
experimentalSessionAndOrigin: true,
testIsolation: true,
experimentalWebKitSupport: true,
experimentalRunAllSpecs: true,
// We've imported your old cypress plugins here.
// You may want to clean this up later by importing these.
setupNodeEvents(on, config) {
Expand Down

0 comments on commit 3cef695

Please sign in to comment.