Skip to content
Snippets Groups Projects
Commit a0a33eaf authored by Rayana Lyons's avatar Rayana Lyons
Browse files

Added product

parent 7258abbe
No related branches found
No related tags found
2 merge requests!156Main,!141Staff page
Pipeline #577119 failed with stage
in 2 seconds
......@@ -715,4 +715,15 @@ public class Products { /* a good class, but not as good as cse391 */
500.00
);
}
public Product cuteplushie() {
return new Product(
"Meowchi",
"A cute neko plush",
"meowchi.jpeg",
"Picture of meowchi plush",
15.99
);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment