I'm looking for a way to override this method.
https://github.com/odoo/odoo/blob/1bdd0cc247d36c869ffdee7d501cb65d36be47a6/addons/payment_stripe_sca/static/src/js/payment_form.js#L32
I tried to do this
start() {
PaymentForm.prototype._createStripeToken = function (ev, $checkedRadio, addPmEvent) {
console.log("new call on start")
...
But it's not working