From 7e24ea7cdf1c3203713c603f69ff7e6623b37cb0 Mon Sep 17 00:00:00 2001 From: Anders Gustafsson <34234789+anders-photowall@users.noreply.github.com> Date: Mon, 8 Jun 2026 09:59:16 +0200 Subject: [PATCH] 9600 - enable price calculation for new material (#77) --- api/models/product.py | 1 + 1 file changed, 1 insertion(+) diff --git a/api/models/product.py b/api/models/product.py index 38f38f3..cbf18d2 100644 --- a/api/models/product.py +++ b/api/models/product.py @@ -71,6 +71,7 @@ class Material(db.Model): "standard-wallpaper", "premium-wallpaper", "self-adhesive-wallpaper", + "matte-wallpaper", ] CANVAS_MATERIALS = ["standard-canvas"]