Skip to content

Commit

Permalink
Return query
Browse files Browse the repository at this point in the history
  • Loading branch information
jbclaudio committed Sep 16, 2024
1 parent 60bebac commit ff9c62a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugin/SetTaxClassId.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public function createQuery(string $taxIdColumn, string $tableName): string
public function addCase(string $query, string $taxIdColumn): ?string
{
if (!($mappings = $this->scopeConfig->getValue('akeneo_connector/product/tax_id_mapping'))) {
return null;
return $query;
}

$mappings = $this->serializer->unserialize($mappings);
Expand Down

0 comments on commit ff9c62a

Please sign in to comment.