@ovh-ux/ng-ovh-payment-method
Version:
Get payment methods from different OVHcloud APIs
16 lines (13 loc) • 555 B
JavaScript
function ___$insertStyle(css) {
if (!css || typeof window === 'undefined') {
return;
}
const style = document.createElement('style');
style.setAttribute('type', 'text/css');
style.innerHTML = css;
document.head.appendChild(style);
return css;
}
var Messages_pt_PT = {ovh_payment_method_integration_redirect_button_text:"Adicionar",ovh_payment_method_integration_redirect_button_title:"Adicionar um novo método de pagamento"};
export { Messages_pt_PT as default };
//# sourceMappingURL=Messages_pt_PT-84fc9e71.js.map