Skip to content

Commit

Permalink
Minor issue fixed when compiling in VS 2015
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMaz committed Jun 15, 2015
1 parent 18cef9e commit 51f3a47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -7372,9 +7372,9 @@ protected virtual void InstallProducts(string defaultUserEmail)
{
ProductType = ProductType.SimpleProduct,
VisibleIndividually = true,
Name = "Nike SB Zoom Stefan Janoski Medium Mint",
Name = "Nike SB Zoom Stefan Janoski \"Medium Mint\"",
ShortDescription = "Nike SB Zoom Stefan Janoski Dark Grey Medium Mint Teal ...",
FullDescription = "The newly Nike SB Zoom Stefan Janoski gets hit with a Medium Mint accents that sits atop a Dark Grey suede. Expected to drop in October.",
FullDescription = "The newly Nike SB Zoom Stefan Janoski gets hit with a \"Medium Mint\" accents that sits atop a Dark Grey suede. Expected to drop in October.",
ProductTemplateId = productTemplateSimple.Id,
//SeName = "v-blue-juniors-cuffed-denim-short-with-rhinestones",
AllowCustomerReviews = true,
Expand Down

0 comments on commit 51f3a47

Please sign in to comment.