fix product type key in immutable keys

This commit is contained in:
Jakub Trllo 2024-11-11 16:20:35 +01:00
parent a089b17f2f
commit 2cf62f0bb4

View file

@ -429,7 +429,7 @@ class CreatedInstance:
__immutable_keys = (
"id",
"instance_id",
"product_type",
"productType",
"creator_identifier",
"creator_attributes",
"publish_attributes"