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:** typo in custom line item model ([c583fb9](https://github.com/sphereio/commercetools-php-sdk/commit/c583fb9))
8
+
***JsonObject:** add missing static keyword to named constructors ([f83e4c6](https://github.com/sphereio/commercetools-php-sdk/commit/f83e4c6))
9
+
***JsonObject:** fix error message for unknown method ([22431f8](https://github.com/sphereio/commercetools-php-sdk/commit/22431f8))
10
+
***Payment:** add missing type for payment transactions ([c6d3765](https://github.com/sphereio/commercetools-php-sdk/commit/c6d3765))
11
+
***Payment:** correct type for PaymentInfo model ([b942a06](https://github.com/sphereio/commercetools-php-sdk/commit/b942a06))
12
+
13
+
### Features
14
+
15
+
***CustomFields:** add customs fields and types for prices ([cfbc0bb](https://github.com/sphereio/commercetools-php-sdk/commit/cfbc0bb)), closes [#156](https://github.com/sphereio/commercetools-php-sdk/issues/156)
16
+
***ImportOrder:** add custom fields to ImportOrder ([008702f](https://github.com/sphereio/commercetools-php-sdk/commit/008702f))
17
+
***Order:** add order delete request ([5944de7](https://github.com/sphereio/commercetools-php-sdk/commit/5944de7))
18
+
19
+
20
+
### BREAKING CHANGES
21
+
22
+
* added PriceDraft to price update actions
23
+
24
+
The new PriceDraft object has been added as type hint to ProductAddPriceAction and ProductChangePriceAction. The ProductVariantDraft expects now a PriceDraftCollection
> STATUS: Release Candidate 7. We ask you to really use this API thoroughly now, especially the API design and object structure. Thank you very much!
3
+
> STATUS: Release Candidate 8. We ask you to really use this API thoroughly now, especially the API design and object structure. Thank you very much!
4
4
>
5
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
6
> Up-to-Date planning status can be found on this [Waffle Board](https://waffle.io/sphereio/commercetools-php-sdk)
0 commit comments