Closed p1fb closed 4 years ago
Hello, A comment regarding "This letter cannot be sent" error during sending.
To me, after investigation, it seems that the new email template is not registered into the config. So some preparation steps are skipped, then the subject is not processed, and finally the validation fails before sending.
FIX 1- Before this line : https://github.com/PAYONE-GmbH/magento-1/blob/cfbfcaae10affbd01bbf63da023aa6399ea06c88/app/code/community/Payone/Core/etc/config.xml#L358
we have to add : `
What is the current status here? I would love to see this being merged ASAP :)
This PR is currently queued for testing by our QA. I've pushed it a bit higher since it's already quite old.
This looks quite promising - thanks!