Closed
Description
Preconditions
- PHP 7.0
- Magento 2.1.5
Steps to reproduce
- Clean Magento 2.1.5 shop with Adyen Payment module
- Create a extra store with another language (Like Dutch)
- Place a order on the dutch shop
- Adyen uses a cron to send a payment conformation to Magento and runs the next code for sending the conformation e-mail: $this->_orderSender->send($this->_order) https://github.com/Adyen/adyen-magento2/blob/develop/Model/Cron.php#L667;
- The customer get's the e-mail content in English (default store) and not in Dutch from the store that the customer used to place the order.
In the log's the StoreID of the order is correct. The title was also in default language, we fixed this with #8117 (comment)
But the content of the e-mail is still in default language.