Explorar o código

fix: shipping option seed data

adrien2p hai 1 ano
pai
achega
7ac91167b5
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/scripts/seed.ts

+ 2 - 2
src/scripts/seed.ts

@@ -143,7 +143,7 @@ export default async function seedDemoData({
             rules: [
               {
                 attribute: "enabled_in_store",
-                value: "true",
+                value: '"true"',
                 operator: "eq"
               }
             ]
@@ -168,7 +168,7 @@ export default async function seedDemoData({
             rules: [
               {
                 attribute: "enabled_in_store",
-                value: "true",
+                value: '"true"',
                 operator: "eq"
               }
             ]