Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.5.2
-
Component/s: Staff Interface
-
Labels:None
Description
Some currency symbols like EUR and GBP are not shown properly in data feeds. See screenshot.
Step to reproduce:
- Enable Data Feeds for Domains
- Set pricing for at least 1 TLD in both GBP and EUR (data feeds do not appear to show converted currency, we should probably look at that separately)
- Embed the feed into an HTML page.
Example HTML:
<html> <head> <meta charset="UTF-8"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> </head> <body> <div class="container"> <div class="col-md-12 pt-3"> <h2>Domains</h2> <script src="https://blesta.us/552/feed/domain/pricing/?currency=EUR&style=bootstrap&term=1,2"></script> <script src="https://blesta.us/552/feed/domain/pricing/?currency=GBP&style=bootstrap&term=1,2"></script> </div> </div> </body> </html>
Visit HTML page, note that the currency codes are malformed.