only delete the right subscription

This commit is contained in:
Rimian Perkins
2019-11-12 12:43:23 +11:00
parent 1734abc1b9
commit b2c5842aa6
5 changed files with 43 additions and 11 deletions
@@ -4,14 +4,16 @@ export default function(helpers) {
this.get("/patrons/products", () => {
const products = [
{
"id": "prod_23o8I7tU4g56",
"name": "Awesome Product",
"description": "Subscribe to our awesome product. For only $230.10 per month, you can get access. This is a test site. No real credit card transactions."
id: "prod_23o8I7tU4g56",
name: "Awesome Product",
description:
"Subscribe to our awesome product. For only $230.10 per month, you can get access. This is a test site. No real credit card transactions."
},
{
"id": "prod_B23dc9I7tU4eCy",
"name": "Special Product",
"description": "This is another subscription product. You can have more than one. From $12 per month."
id: "prod_B23dc9I7tU4eCy",
name: "Special Product",
description:
"This is another subscription product. You can have more than one. From $12 per month."
}
];