You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 24, 2023. It is now read-only.
***Cart:** support change of custom line item quantity and price ([63d78e5](https://github.com/sphereio/commercetools-php-sdk/commit/63d78e5)), closes [#256](https://github.com/sphereio/commercetools-php-sdk/issues/256)
7
+
***Cart:** support external line item total price ([417e78c](https://github.com/sphereio/commercetools-php-sdk/commit/417e78c)), closes [#247](https://github.com/sphereio/commercetools-php-sdk/issues/247)
8
+
***CustomObject:** add constructor using custom object draft ([7482d1b](https://github.com/sphereio/commercetools-php-sdk/commit/7482d1b)), closes [#258](https://github.com/sphereio/commercetools-php-sdk/issues/258)
9
+
***CustomObject:** add reference model for custom objects ([566cf22](https://github.com/sphereio/commercetools-php-sdk/commit/566cf22)), closes [#248](https://github.com/sphereio/commercetools-php-sdk/issues/248)
10
+
***Filter:** add method to create a subtree filter with an array of IDs ([ac487a3](https://github.com/sphereio/commercetools-php-sdk/commit/ac487a3)), closes [#257](https://github.com/sphereio/commercetools-php-sdk/issues/257)
***Inventory:** support customizable inventory entries ([31f16db](https://github.com/sphereio/commercetools-php-sdk/commit/31f16db)), closes [#246](https://github.com/sphereio/commercetools-php-sdk/issues/246)
13
+
***Logger:** add correlation id to logger as context object ([512536b](https://github.com/sphereio/commercetools-php-sdk/commit/512536b))
14
+
***Product:** query product by slug with single language ([88cd9e2](https://github.com/sphereio/commercetools-php-sdk/commit/88cd9e2)), closes [#250](https://github.com/sphereio/commercetools-php-sdk/issues/250)
15
+
***Product:** support key for product and product variant ([39f356a](https://github.com/sphereio/commercetools-php-sdk/commit/39f356a)), closes [#259](https://github.com/sphereio/commercetools-php-sdk/issues/259)
16
+
***Reference:** resolve correct reference model by typeId ([8f76ec4](https://github.com/sphereio/commercetools-php-sdk/commit/8f76ec4))
Now navigate to [http://localhost:8000](http://localhost:8000) in your browser.
174
174
175
-
### phpStorm configuration
175
+
### PhpStorm configuration
176
176
177
-
To enable code style checks directly in phpStorm you have to configure the path to the phpcs at Preferences > Languages & Frameworks > PHP > Code Sniffer.
177
+
To enable code style checks directly in PhpStorm you have to configure the path to the phpcs at Preferences > Languages & Frameworks > PHP > Code Sniffer.
178
178
Now you can enable at Preferences > Editor > Inspections > PHP the "PHP code sniffer validation" with PSR-2 standard. Change the severity if needed.
0 commit comments