Skip to content

Commit

Permalink
Add forgotten message attribute to LI GC attrs (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anna Zubenko authored and pavel-main committed Nov 30, 2016
1 parent f2072ad commit ee02d61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion phoenix-scala/app/models/cord/lineitems/package.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ package object lineitems {

case class GiftCardLineItemAttributes(senderName: String,
recipientName: String,
recipientEmail: String)
recipientEmail: String,
message: String)

}

0 comments on commit ee02d61

Please sign in to comment.