Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Ensure the hash for the product is also updated on content reset.
Browse files Browse the repository at this point in the history
  • Loading branch information
nefeline committed Dec 6, 2023
1 parent ac41f97 commit 138dc8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Patterns/ProductUpdater.php
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,8 @@ public function reset_products_content() {

$product->save();

$this->create_hash_for_ai_modified_product( $product );

$i++;
}
}
Expand Down

0 comments on commit 138dc8b

Please sign in to comment.