When editing a Commerce Payment gateway without having a workflow with a Validation step, a warning is produced by this module. That message contains a link to the workflow configuration, but given to the t-function as a Link-object instead of string. This results in a warning regarding htmlspecialchars() expects parameter 1 to be string, object given.
The patch included fixes this problem by generating the string before assigning it as a replacement for the translation.
| Comment | File | Size | Author |
|---|---|---|---|
| commerce_mollie-string_translation_replacements-1.patch | 964 bytes | lammensj |
Comments
Comment #2
ndf commentedLooks good thanks LammensJ
Comment #4
ndf commented