Skip to content

Commit

Permalink
fix: in page unmount
Browse files Browse the repository at this point in the history
  • Loading branch information
joyet-simon committed Nov 7, 2024
1 parent 980585f commit 03a8090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/js/alma-checkout-in-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
if (null !== installment) {
if (
inPage !== undefined
&& document.getElementById( 'alma-embedded-iframe' ) !== null
&& document.querySelector( '[id^=alma-embedded-iframe]' ) !== null
) {
inPage.unmount();
}
Expand Down

0 comments on commit 03a8090

Please sign in to comment.