@ovh-ux/ng-ovh-payment-method
Version:
Get payment methods from different OVHcloud APIs
16 lines (13 loc) • 671 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_fr_FR = {ovh_payment_method_integration_component_adyen_validate:"Ajouter",ovh_payment_method_integration_component_adyen_cancel:"Annuler",ovh_payment_method_integration_component_adyen_redirect_error:"Erreur suite à la saisie des informations sur le site du prestataire bancaire."};
export { Messages_fr_FR as default };
//# sourceMappingURL=Messages_fr_FR-9cefb94c.js.map