@ovh-ux/ng-ovh-payment-method
Version:
Get payment methods from different OVHcloud APIs
20 lines (14 loc) • 690 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_en_GB = {ovh_payment_method_integration_component_adyen_validate:"Add",ovh_payment_method_integration_component_adyen_cancel:"Cancel",ovh_payment_method_integration_component_adyen_redirect_error:"An error has occurred entering information on the banking service provider’s website."};
exports["default"] = Messages_en_GB;
//# sourceMappingURL=Messages_en_GB-322f33ca.js.map