Enabled data attribute handling for existing members script feature

no issue

- This was disabled before last release to not overlap with existing member's script in latest version
- Enabled again to handle data attributes in a theme same as existing script
This commit is contained in:
Rish 2020-05-28 20:41:28 +05:30
parent 0db1874095
commit 535f9070bc

View File

@ -35,7 +35,7 @@ function handleTokenUrl() {
}
function setup() {
const allowDataAttributeHandling = false;
const allowDataAttributeHandling = true;
loadStripe();
addRootDiv();
if (allowDataAttributeHandling) {