xcoreplatform / magento2-substituteorders

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

Undefined variable $product on reorder #45

Closed WillieHuizing closed 1 year ago

WillieHuizing commented 1 year ago

The file Controllers/Order/ReOrder.php (line 143) has an undefined variable $product causing an error when entering this catch block. I'm assuming the variable used here should have been $item.