taxjar / taxjar-magento2-extension

Magento 2 Sales Tax Extension by TaxJar
http://www.taxjar.com/guides/integrations/magento2/
Open Software License 3.0
22 stars 30 forks source link

fix: Admin sales order view without order state #288

Closed sethobey closed 2 years ago

sethobey commented 2 years ago

Context

Customer reported an issue w/ broken page render due to null order state

Description

Performance

Bug fix

Testing

Since I was unsure how to recreate an order without a state value, I manually removed the value from the sales order entity in the DB and viewed the sales order in M2 admin sales order view.

image

Worth noting that the following is what the same entry looks like on my machine with current release. I was unable to recreate the customer's error, but the fix implemented is based on customer-provided response.

image

Versions