Skip to content
Snippets Groups Projects
Commit 398222e9 authored by Sami Sharma's avatar Sami Sharma
Browse files

Merge remote-tracking branch 'origin/samshar_staff_page' into samshar_staff_page

parents 32e4a430 2e3b5d6d
Branches samshar_staff_page
No related tags found
1 merge request!96samshar_staff_page merge request
Pipeline #576787 passed
...@@ -517,4 +517,13 @@ public class Products { /* a good class, but not as good as cse391 */ ...@@ -517,4 +517,13 @@ public class Products { /* a good class, but not as good as cse391 */
4.99 4.99
); );
} }
public Product SprayKetchup() {
return new Product(
"SprayKetchup",
"Spray on Ketchup",
"ketchup.jpg",
"An image of what a spray on ketchup bottle would look like",
5.99
);
}
} }
images/products/ketchup.jpg

21 KiB

images/products/picture.jpg

77.2 KiB

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