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

SCLIENTS-197: set customer ID on carts #133

Closed yanns closed 9 years ago

yanns commented 9 years ago

@lauraluiz please review

hajoeichler commented 9 years ago

Do we have an integration test for customer changing actions?

lauraluiz commented 9 years ago

@hajoeichler I don't think we have. The closest thing is https://github.com/commercetools/sphere-play-sdk/blob/master/java-client/src/it/scala/CustomLineItemIntegrationSpec.scala But we need for this use case at least. @yanns could you please create an IT for adding/removing the customer ID from the cart?

yanns commented 9 years ago

@lauraluiz IT: https://github.com/commercetools/sphere-play-sdk/commit/47487a5ffba428e4cdab75241ca5ff0faa880bd9

lauraluiz commented 9 years ago

Good, you can merge it! :+1: