Skip to content

Commit

Permalink
remove FileOrderCommand from service-model
Browse files Browse the repository at this point in the history
  • Loading branch information
xstefank committed Oct 21, 2017
1 parent e5c3fab commit 1e66db4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ package org.learn.eventuate.coreapi
data class ProductInfo(val productId: String = "", val comment: String = "", val price: Int = 0)


class FileOrderCommand(val orderId: String, val productInfo : ProductInfo)
class OrderFiledEvent(val orderId: String, val productInfo : ProductInfo)
class OrderCompletedEvent(val orderId: String, val productInfo: ProductInfo)

Expand Down

0 comments on commit 1e66db4

Please sign in to comment.