commercetools / sphere-play-sdk

Java API client and helper classes for building a SPHERE.IO shop on Play 2.2
http://sphere.io
7 stars 6 forks source link

Add support for changing of order state #140

Open butenkor opened 9 years ago

butenkor commented 9 years ago

http://dev.sphere.io/http-api-projects-orders.html#change-order-state

schleichardt commented 9 years ago

what about http://sphereio.github.io/sphere-jvm-sdk/javadoc/master/io/sphere/sdk/orders/commands/updateactions/ChangePaymentState.html and http://sphereio.github.io/sphere-jvm-sdk/javadoc/master/io/sphere/sdk/orders/commands/updateactions/ChangeShipmentState.html ?

butenkor commented 9 years ago

You meant this one, right? http://sphereio.github.io/sphere-jvm-sdk/javadoc/master/io/sphere/sdk/orders/commands/updateactions/ChangeOrderState.html

I am not sure if using both SDKs within a project is good idea?

schleichardt commented 9 years ago

sorry, I thought it was for JVM SDK.

schleichardt commented 9 years ago

@mmoelli Here is a feature request for the PLAY sdk