Skip to content

Commit

Permalink
NTR: PISHPS-369: Fix add to cart on PDP with Applepay and GDPR
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalij Mik committed Oct 9, 2024
1 parent 22cea2c commit 46a0fcf
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ export default class MollieApplePayDirect extends Plugin {

if (applePayContainers) {
applePayContainers.forEach(function (container) {
container.style.display = 'none';
container.classList.add('d-none');
container.remove();
});
}
return;
Expand Down

0 comments on commit 46a0fcf

Please sign in to comment.