Skip to content

Commit

Permalink
fix: readme and php-cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
fox-john committed Dec 2, 2024
1 parent 33475a2 commit bbb07b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
| ------------------- | ---- | ----------------------- |
| 8.0 | 7.1+ | From 2.x - to latest |
| 1.7.3-1.7.8 | 7.1+ | From 2.x - to latest |
| 1.6.1.11 - 1.7.2.5 | 7.1 | From 3.1 - to latest |
| 1.6.1.11 - 1.7.2.5 | 5.6+ | From 3.1 - to latest |

PS Accounts compatibility matrix [can be viewed here](https://github.com/PrestaShopCorp/ps_accounts#compatibility-matrix).

Expand Down
4 changes: 2 additions & 2 deletions src/Traits/UseHooks.php
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ public function hookActionObjectProductAddAfter($parameters)
[
Config::COLLECTION_PRODUCTS,
Config::COLLECTION_BUNDLES,
Config::COLLECTION_PRODUCT_SUPPLIERS
Config::COLLECTION_PRODUCT_SUPPLIERS,
],
Config::INCREMENTAL_TYPE_UPSERT
);
Expand All @@ -582,7 +582,7 @@ public function hookActionObjectProductAddAfter($parameters)
[
Config::COLLECTION_PRODUCTS => $product->id,
Config::COLLECTION_BUNDLES => $product->id,
Config::COLLECTION_PRODUCT_SUPPLIERS => $product->id
Config::COLLECTION_PRODUCT_SUPPLIERS => $product->id,
],
Config::INCREMENTAL_TYPE_UPSERT,
date(DATE_ATOM),
Expand Down

0 comments on commit bbb07b7

Please sign in to comment.