Skip to content

Commit

Permalink
Fix for error after removing dummy tax class column from tmp product …
Browse files Browse the repository at this point in the history
…table
  • Loading branch information
pimruiter committed Dec 21, 2022
1 parent e198633 commit f5029c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Plugin/SetTaxClassId.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ public function afterAddRequiredData(Product $context)
try {
$connection = $this->entitiesHelper->getConnection();
$connection->query($taxQuery);
$connection->query("ALTER TABLE `" . $tmpTable . "` DROP COLUMN `" . $tax_id_column . "`");
} catch (Exception $e) {
throw $e;
}
Expand Down

0 comments on commit f5029c1

Please sign in to comment.