Skip to content

Commit

Permalink
Resolve issue with multiple roots
Browse files Browse the repository at this point in the history
  • Loading branch information
aashwin-rvvup committed Dec 16, 2024
1 parent 411e084 commit f98f8f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 57 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ use Magento\Framework\View\Element\Template;
/** @var Template $block */
/** @var Escaper $escaper */
?>
<style>
#payment-method-option-rvvup_APPLE_PAY {
display: none;
}
</style>
<div wire:ignore>
<style>
#payment-method-option-rvvup_APPLE_PAY {
display: none;
}
</style>
<script>
(() => {
window.addEventListener('checkout:payment:method-activate', event => {
Expand Down

This file was deleted.

0 comments on commit f98f8f4

Please sign in to comment.