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:** fix type of custom line-item slug ([34367d5](https://github.com/sphereio/commercetools-php-sdk/commit/34367d5))
8
+
***CustomLineItem:** fix type of slug in custom line-item ([d8d7d2a](https://github.com/sphereio/commercetools-php-sdk/commit/d8d7d2a))
9
+
10
+
### Features
11
+
12
+
***Cart:** add helper to calculate line item count ([291bd05](https://github.com/sphereio/commercetools-php-sdk/commit/291bd05))
13
+
***Client:** add support for oauth password and refresh token flow ([fe23c8b](https://github.com/sphereio/commercetools-php-sdk/commit/fe23c8b)), closes [#191](https://github.com/sphereio/commercetools-php-sdk/issues/191)
***Product:** add support to use sku to identify a product variant in update action ([7f1979b](https://github.com/sphereio/commercetools-php-sdk/commit/7f1979b)), closes [#192](https://github.com/sphereio/commercetools-php-sdk/issues/192)
16
+
***Reference:** add constructor ofKey constructor to references ([e6fafc3](https://github.com/sphereio/commercetools-php-sdk/commit/e6fafc3))
> STATUS: Release Candidate 11. We ask you to really use this API thoroughly now, especially the API design and object structure. Thank you very much!
4
-
>
5
-
> See the [Milestone Plan](https://github.com/sphereio/commercetools-php-sdk/milestones?direction=desc&sort=completeness&state=open) for details of what's planned in detail. We love feedback and [Issue reports](https://github.com/sphereio/commercetools-php-sdk/issues?q=is%3Aopen+is%3Aissue+sort%3Acreated-asc)!
6
-
> Up-to-Date planning status can be found on this [Waffle Board](https://waffle.io/sphereio/commercetools-php-sdk)
The PHP SDK allows developers to build applications on the commercetools platform (technically speaking against the SPHERE.IO REST API) using PHP native interfaces, models and helpers instead of manually using the HTTP and JSON API.
@@ -184,16 +179,25 @@ To enable code style checks directly in phpStorm you have to configure the path
184
179
Now you can enable at Preferences > Editor > Inspections > PHP the "PHP code sniffer validation" with PSR-2 standard. Change the severity if needed.
185
180
186
181
187
-
### Running tests using docker
182
+
### Running integration tests
183
+
184
+
For running the integration tests you need an empty commercetools project and have to create an API client using the commercetools Admin Center with the scopes manage_project, view_orders and view_products.
0 commit comments