This changelog covers updates to the Payabli embedded components.
- Added the ability to use special characters (‘á’, ‘Á’, ‘é’, ‘É’, ‘í’, ‘Í’, ‘ó’, ‘Ó’, ‘ú’, ‘Ú’, ‘ü’, ‘Ü’, ‘ñ’, ‘Ñ’) in the embedded components. The HTML element
<meta charset="UTF-8">
must be included in the<head>
element. Code examples in the docs have been updated to reflect this change. - Fixed a bug where the embedded components would not show a card network as “not allowed” even though the card network was set to
false
in the configuration.