Skip to content

Commit efeb85c

Browse files
committed
Publish 2024-12-11
1 parent 82c6b9f commit efeb85c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

elements/plus-tiers.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ const htmlText = `
169169
<span class="button-link__text" data-text="more">More options</span>
170170
</a>
171171
-->
172-
<a class="button-link button-link--paddle js-link-paddle" href="#pay" data-s="d-side-paddle">
172+
<a class="button-link button-link--paddle js-link-paddle" href="#pay" data-s="d-plus-paddle">
173173
<span class="button-link__text">
174174
<span data-text="pay">Pay</span>
175175
<span class="js-price-regular">${DEFAULT_PRICE_PLUS}</span>
@@ -615,6 +615,8 @@ class PlusTiersElement extends HTMLElement {
615615
});
616616
s('.js-card-icon').each((node) => node.classList.add('button-link__card-icon--cn'));
617617
}
618+
619+
initPaddle(this);
618620
}
619621
}
620622

0 commit comments

Comments
 (0)