79447948

Date: 2025-02-18 10:49:27
Score: 1
Natty:
Report link

For anyone who has got this issue. I got it to work by passing it like this

Having the template data key and then sending the parameters one by one

$templateData = [];
                $templateData = [
                    'orderNumber' => $order->getOrderNumber(),
                ];
                $this->mailService->send($dataBag->all(), $context, $templateData);
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: chap man