We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82c6b9f commit efeb85cCopy full SHA for efeb85c
elements/plus-tiers.js
@@ -169,7 +169,7 @@ const htmlText = `
169
<span class="button-link__text" data-text="more">More options</span>
170
</a>
171
-->
172
- <a class="button-link button-link--paddle js-link-paddle" href="#pay" data-s="d-side-paddle">
+ <a class="button-link button-link--paddle js-link-paddle" href="#pay" data-s="d-plus-paddle">
173
<span class="button-link__text">
174
<span data-text="pay">Pay</span>
175
<span class="js-price-regular">${DEFAULT_PRICE_PLUS}</span>
@@ -615,6 +615,8 @@ class PlusTiersElement extends HTMLElement {
615
});
616
s('.js-card-icon').each((node) => node.classList.add('button-link__card-icon--cn'));
617
}
618
+
619
+ initPaddle(this);
620
621
622
0 commit comments