catch click event on PayPal button
-
Is it possible catch the click event on PayPal button?
e.g.
const btnPayPal = document.getElementById(‘btnPayPal’);
btnPayPal.addEventListener(‘click’, (e)=>{
? ? ? ? // code here
});
thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘catch click event on PayPal button’ is closed to new replies.