Odoo v14c
Is it possible to get the standard Stripe module to add Klarna to the string it sends?
Now it only sends payment_method_types: ['card'],
But when you have more options active on the account like Klarna f.ex. it needs to send payment_method_types: ['card', 'klarna'],
For the Klarna option to show for customer.
It. would kind of make sense if i add Klarna to the "Supported Payment Icons" in the standard module config it would also send the string needed for it to work.