paytrail / api-documentation

Paytrail Payment API documentation
MIT License
6 stars 11 forks source link

Fix parameter map example quotes #81

Closed vponline closed 1 year ago

vponline commented 1 year ago

This changes the single quotes in parameterToInput and responseToHtml Javascript examples into double quotes to fix a bug where one of the values may contain a single quote cutting off the rest of the value which results in signature mismatches. (e.g. merchant marketing name may be Vponline's Store which ends up as Vponline on the mapped form).