trustpilot / plugin-magento2

Magento 2 plugin for sending invitation data to Trustpilot
MIT License
10 stars 27 forks source link

Fix getStatusLabelForArea #32

Closed lab51-bob closed 5 years ago

lab51-bob commented 5 years ago

Added patch for magento 2.2.8 -> Argument 1 passed to Magento\Sales\Model\OrderConfig::getStatusLabelForArea() must be of the type string, null given

https://github.com/trustpilot/plugin-magento2/issues/25 hotfixed by Kevin

dukeimg commented 5 years ago

Thank you for your contribution. We decided to check if getStatus is null as @grebbekevin suggested.