diff --git a/config/packages/fixtures.yaml b/config/packages/fixtures.yaml new file mode 100644 index 0000000..69e6d93 --- /dev/null +++ b/config/packages/fixtures.yaml @@ -0,0 +1,40 @@ +sylius_fixtures: + suites: + poland: + fixtures: + currency: + options: + currencies: ['PLN'] + + geographical: + options: + countries: + - "PL" + zones: + PL: + name: "Poland" + countries: + - "PL" + + channel: + options: + custom: + pl_web_store: + name: "PL Web Store" + code: "PL_WEB" + locales: + - "%locale%" + currencies: + - "PLN" + enabled: true + hostname: "localhost" + + shipping_method: + options: + custom: + inpost: + code: "inpost" + name: "InPost" + channels: + - "PL_WEB" + zone: "PL"