Open tikrin opened 7 years ago
https://github.com/zeen101/leaky-paywall/blob/ab3a6c8be8607c4ec3d2590887549ab02a7ed7d9/class.php#L805
If someone chooses to use no payment gateway, it defaults to the Stripe gateway. This then causes Stripe.js to load on every page which is an unnecessary load if someone is utilizing LP just to throw a wall up for people to subscribe for free.
Having an option to turn payment gateway off would also cure this separate issue.
https://github.com/zeen101/leaky-paywall/blob/ab3a6c8be8607c4ec3d2590887549ab02a7ed7d9/class.php#L805
If someone chooses to use no payment gateway, it defaults to the Stripe gateway. This then causes Stripe.js to load on every page which is an unnecessary load if someone is utilizing LP just to throw a wall up for people to subscribe for free.