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

Added Product

parent 6a59d07f
No related branches found
No related tags found
1 merge request!190Added Product
Pipeline #577283 failed
......@@ -908,4 +908,16 @@ public class Products { /* a good class, but not as good as cse391 */
199.99
);
}
public Product rlyons8product() {
return new Product(
"Meowchi Plushie",
"A cute neko plushie",
"meowchi.jpeg",
"Meowchi",
17.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