xcoreplatform / magento2-substituteorders

GNU General Public License v3.0
3 stars 9 forks source link

[BUGFIX] - Fix if statement checking wether shippingData exists of Order #28

Closed CsSatter closed 4 years ago

CsSatter commented 4 years ago

Hi, while assisting a colleague debugging an issue where address data wasn't properly saved when the shipping & billing data was different. I found that the getShippingData if statement had a spelling error in this regard. Although these changes solved that issue, my colleague is now investigating a new issue in regards the observer creating more then 2 records. I've informed him to give you an update when he found the cause.