Browse Source

fix: shipping option seed data

adrien2p 1 năm trước cách đây
mục cha
commit
7ac91167b5
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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"
               }
             ]