document.addEventListener('click', function(e){ const monthly = e.target.closest && e.target.closest('#razorpay-monthly'); const yearly = e.target.closest && e.target.closest('#razorpay-yearly'); if(monthly){ e.preventDefault(); window.BFK_RAZORPAY.open('monthly'); } if(yearly){ e.preventDefault(); window.BFK_RAZORPAY.open('yearly'); } });