How to override vue-composent for deferred payments?

I would like to override the part in the checkout where you can pay with deferred payments.
Currently I was successful overriding
but after clicking on it, I can’t override “deferred-payment-title” and the “deferred-payment-instructions”.

How can I achieve this?
Thank you for your help!

Hi @ligeiaofulthar,

This part of the payment step is not overridable since it’s within an iframe. However, if you’re looking to change the displayed text, it can be done through our localization API.

We have an example of this in this section of our documentation.

Let me know if that helps,

Cheers!