Skip to content

Commit 2b7976c

Browse files
BlackScorpVitalij Mik
and
Vitalij Mik
authored
NTR: fix observer (#890)
Co-authored-by: Vitalij Mik <[email protected]>
1 parent d7a4abf commit 2b7976c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/app/storefront/src/mollie-payments/repository/PrivacyNoteElement.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export class PrivacyNoteElement {
4545

4646
const buyElement = buyElementRepository.find(privacyNote);
4747
const expressButtonsRepository = new ExpressButtonsRepository(buyElement);
48-
const expressButtons = expressButtonsRepository.findAll(':not(.d-none)');
48+
const expressButtons = expressButtonsRepository.findAll();
4949

5050

5151
if(expressButtons.length === 0){

0 commit comments

Comments
 (0)