Skip to content

Commit

Permalink
feat: add Fire Drops product
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaDiotallevi committed Oct 19, 2024
1 parent 3803bf2 commit 4358504
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions serverless/src/actions/stripe_synchroniseProducts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -313,4 +313,44 @@ const products: ProductInput[] = [
usd: 9000,
},
},
{
active: true,
name: "Fire Drops - A3 Giclée Fine Art Print",
description:
"A3 297 x 420 mm (11.7 x 16.5 inches) giclée fine art print on Hahnemühle photo rag 308gsm vegan certified matte paper.",
metadata: {
category: "prints",
displayName: "Fire Drops",
displayOrder: "1",
orientation: "portrait",
size: "A3",
slug: "fire-drops",
sku: "print-fireDrops-A3",
},
images: [
cloudinary.url("fire-drops_WEB_MOCKUP_jph627", {
transformation: {
quality: "auto",
format: "auto",
},
}),
cloudinary.url("fire-drops_WEB_WITHOUT_BORDER_iffuzy", {
transformation: {
quality: "auto",
format: "auto",
},
}),
cloudinary.url("fire-drops_WEB_PAPER_jxmx4m", {
transformation: {
quality: "auto",
format: "auto",
},
}),
],
currencyOptions: {
gbp: 6500,
eur: 8000,
usd: 9000,
},
},
]

0 comments on commit 4358504

Please sign in to comment.