I am currently working on a payment provider module on odoo 16
When selecting the provider on the /shop/payment page, i have action starting throught the js of my module.
My issue is that as an user i can click multiple time on the provider button which will relaunch the js function.
Is this normal? Can you block the launch of the function after the initial click?