@ovh-ux/ng-ovh-payment-method
Version:
Get payment methods from different OVHcloud APIs
16 lines (13 loc) • 701 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_es_ES = {ovh_payment_method_integration_component_adyen_validate:"Añadir",ovh_payment_method_integration_component_adyen_cancel:"Cancelar",ovh_payment_method_integration_component_adyen_redirect_error:"Se ha producido un error al introducir la información en el sitio web del proveedor de servicios bancarios."};
export { Messages_es_ES as default };
//# sourceMappingURL=Messages_es_ES-919ecb97.js.map