mollie / Magento

Mollie Payments for Magento 1.x
https://www.mollie.com/
BSD 2-Clause "Simplified" License
39 stars 30 forks source link

Missing special characters in product names #194

Closed mybinaryromance closed 3 years ago

mybinaryromance commented 3 years ago

Mollie library has an issue when passing special characters ('umlaut' like ä, ü, ö) in product names. These characters are properly encoded when in customer names ('Süleyman' => => "givenName":"S\u00fcleyman"), but not in product names ('Känguru' => 'Knguru'). The missing encoding occurs in mollie.log and in Mollie Customer Backend.

Frank-Magmodules commented 3 years ago

Hi @mybinaryromance,

Good idea! We are happy to share that we've just released the new 5.6.3 version with an improvement for this issue. Thank you for sharing this idea. We are closing this issue now but please feel free to reopen the issue if this still occurs.

mybinaryromance commented 3 years ago

I updated to 5.6.3, but the issue still persists. The text in the screenshots is supposed to be 'Knguru' => 'Känguru' and 'fr' => 'für'. Screenshot from 2021-01-27 15-46-18 Screenshot from 2021-01-27 15-46-48

mybinaryromance commented 3 years ago

Sorry guys, the issue still persists with release 5.6.6 - see screenshot attached, 'Sukartoffel' is supposed to read 'Süßkartoffel' ;) Screenshot from 2021-06-29 14-30-41